freebsd-ports/x11-toolkits/py-pyqwt/files/patch-GNUmakefile
Wen Heping 0517e52170 - Update to 5.2.0; unbreak
PR:		ports/137960
Submitted by:	wenheping@gmail.com(myself)
Approved by:	jadawin(co-mentor)
Feature safe:	yes
2009-09-25 00:37:07 +00:00

29 lines
570 B
Text

--- GNUmakefile.orig 2009-02-01 18:23:59.000000000 +0800
+++ GNUmakefile 2009-02-01 18:26:04.000000000 +0800
@@ -28,7 +28,7 @@
.PHONY: dist qwt-5.0 qwt-5.1
-all: 3 4
+all: 4
debug: 3d 4d
@@ -41,7 +41,7 @@
4:
cd configure \
- && python configure.py -4 -Q $(QWT) -j $(JOBS) \
+ && python configure.py -4 -I%%LOCALBASE%%/include/qwt -L%%LOCALBASE%%/lib -lqwt -j $(JOBS) \
&& $(MAKE) -j $(JOBS)
@@ -72,7 +72,7 @@
install-4: 4
make -C configure install
-install: install-3 install-4
+install: install-4
install-3d: 3d
make -C configure install