openbsd-ports/x11/py-gtk2/patches/patch-examples_Makefile_in
ajacoutot 5181613020 Update to py-gtk2-2.16.0.
Enable py-numpy support.
2009-10-11 14:15:15 +00:00

13 lines
522 B
Plaintext

$OpenBSD: patch-examples_Makefile_in,v 1.6 2009/10/11 14:15:15 ajacoutot Exp $
--- examples/Makefile.in.orig Sun Aug 23 19:10:25 2009
+++ examples/Makefile.in Sun Oct 11 15:26:10 2009
@@ -567,7 +567,7 @@ pygtk-demo/pygtk-demo: pygtk-demo/pygtk-demo.in
@mkdir -p 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.