openbsd-ports/x11/py-gtk2/patches/patch-examples_Makefile_in

13 lines
505 B
Plaintext
Raw Normal View History

$OpenBSD: patch-examples_Makefile_in,v 1.1 2006/05/08 13:44:18 naddy Exp $
--- examples/Makefile.in.orig Thu Jul 14 14:33:21 2005
+++ examples/Makefile.in Mon Apr 10 00:51:36 2006
@@ -525,7 +525,7 @@ pygtk-demo/pygtk-demo: pygtk-demo/pygtk-
-mkdir pygtk-demo
sed -e s!\@PYTHON\@!@PYTHON@! \
-e s!\@libdir\@!@libdir@! \
- < $< > $@
+ < $? > $@
chmod a+x $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.