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

12 lines
380 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- examples/Makefile.in.orig Fri Apr 1 12:41:03 2011
+++ examples/Makefile.in Fri Apr 1 13:15:39 2011
@@ -652,7 +652,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.