summaryrefslogtreecommitdiff
path: root/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-17 05:41:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-17 05:41:43 +0000
commit397c3b0e09e8f1ae8d38cea19d86ebb236e940e0 (patch)
tree8c377ef1ccf2ecb74bd074f2ae126aa65776b3de /math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
parentI forgot to patch a line. (diff)
Update to 0.4.
Diffstat (limited to '')
-rw-r--r--math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh b/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
new file mode 100644
index 000000000000..69c3ba0cafbf
--- /dev/null
+++ b/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
@@ -0,0 +1,22 @@
+
+$FreeBSD$
+
+--- qscanplot/plugins/make-plugin.sh 2002/04/23 09:48:56 1.1
++++ qscanplot/plugins/make-plugin.sh 2002/04/23 09:53:40
+@@ -1,6 +1,6 @@
+ #! /bin/sh
+
+-TMAKEPATH=/usr/lib/tmake/linux-g++
++TMAKEPATH=${LOCALBASE}/share/tmake/freebsd-g++
+
+ export TMAKEPATH
+
+@@ -38,7 +38,7 @@
+
+ echo Building plugin $plg
+
+-make -f $plgmak
++gmake -f $plgmak
+ rm -f $plgmak $plgpro $plg.o
+
+ echo done.