diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-11-24 21:46:14 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-11-24 21:46:14 +0000 |
commit | fe160ad737fb95b6990faeab81634130020017e8 (patch) | |
tree | ea157f319dfc1bc6c8601a4960f01db1addd186e /cad/jspice3 | |
parent | cc2f887f2f93f89e8012572193c232960af6c964 (diff) | |
download | ports-fe160ad737fb95b6990faeab81634130020017e8.tar.gz ports-fe160ad737fb95b6990faeab81634130020017e8.zip |
- Respect X11BASE
Reported by: kris
Notes
Notes:
svn path=/head/; revision=177980
Diffstat (limited to 'cad/jspice3')
-rw-r--r-- | cad/jspice3/files/patch-build | 13 |
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... |