aboutsummaryrefslogtreecommitdiffstats
path: root/cad/jspice3
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2006-11-25 05:46:14 +0800
committerstas <stas@FreeBSD.org>2006-11-25 05:46:14 +0800
commit17823e55e5485bd25b882237a8fb480031165693 (patch)
treed00b0590a3db13721fbfb354e0bcc6c2bdf844d9 /cad/jspice3
parentf1cc80d1a6bcd54d05eb96ca3710d3414a332ecd (diff)
downloadfreebsd-ports-gnome-17823e55e5485bd25b882237a8fb480031165693.tar.gz
freebsd-ports-gnome-17823e55e5485bd25b882237a8fb480031165693.tar.zst
freebsd-ports-gnome-17823e55e5485bd25b882237a8fb480031165693.zip
- Respect X11BASE
Reported by: kris
Diffstat (limited to 'cad/jspice3')
-rw-r--r--cad/jspice3/files/patch-build13
1 files changed, 11 insertions, 2 deletions
diff --git a/cad/jspice3/files/patch-build b/cad/jspice3/files/patch-build
index 38a7cfe67c2f..23dd41e04f4b 100644
--- a/cad/jspice3/files/patch-build
+++ b/cad/jspice3/files/patch-build
@@ -1,5 +1,5 @@
---- build.orig Tue May 1 09:37:12 2001
-+++ build Fri Jul 21 06:27:29 2006
+--- build.orig Tue May 1 13:37:12 2001
++++ build Sat Nov 25 00:38:47 2006
@@ -22,7 +22,7 @@
echo '#######################################################################'> conf/mkheader.in
echo '####### Makefile generated by build script ############################'>> conf/mkheader.in
@@ -9,6 +9,15 @@
echo '#######################################################################'>> conf/mkheader.in
cat conf/unixconf/mkheader.0 >> conf/mkheader.in
else
+@@ -43,7 +43,7 @@
+
+ if [ -f conf/util/configure ]; then
+ cd conf
+- util/configure -srcdir .
++ util/configure -srcdir . --prefix=${PREFIX} -x-includes="${X11BASE}/include" -x-libraries="${X11BASE}/lib"
+ if [ ! -f ../src/include/config.h ] || \
+ [ "`diff config.h ../src/include/config.h |head`" ]; then
+ echo Installing config.h
@@ -92,8 +92,14 @@
fi
echo Creating makefiles in the subdirectories...