openbsd-ports/x11/py-gtk2/patches/patch-examples_Makefile_in
jasper f1c2b911f0 - update py-gtk2 to 2.14.1
* the codengen/ stuff is no longer shipped with py-gtk
(but with py-gobject as of some time already)
- make pre-configure a tad more readable

this was tested in a bulk build
looks good to ajacoutot@ landry@
2009-03-25 09:03:21 +00:00

13 lines
519 B
Plaintext

$OpenBSD: patch-examples_Makefile_in,v 1.5 2009/03/25 09:03:21 jasper Exp $
--- examples/Makefile.in.orig Fri Mar 6 00:09:16 2009
+++ examples/Makefile.in Sun Mar 15 21:46:46 2009
@@ -580,7 +580,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.