summaryrefslogtreecommitdiff
path: root/cad/jspice3/files/patch-build
diff options
context:
space:
mode:
Diffstat (limited to 'cad/jspice3/files/patch-build')
-rw-r--r--cad/jspice3/files/patch-build26
1 files changed, 0 insertions, 26 deletions
diff --git a/cad/jspice3/files/patch-build b/cad/jspice3/files/patch-build
deleted file mode 100644
index c6b9b0bc4505..000000000000
--- a/cad/jspice3/files/patch-build
+++ /dev/null
@@ -1,26 +0,0 @@
---- build.orig 2015-11-05 18:10:02 UTC
-+++ build
-@@ -51,7 +51,7 @@ if [ -f conf/util/configure ]; then
- if [ `uname -s` = Darwin -a -d /opt/X11 ]; then
- util/configure --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib -srcdir .
- else
-- util/configure -srcdir .
-+ util/configure --prefix=${PREFIX} --x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/lib -srcdir .
- fi
-
- if [ ! -f ../src/include/config.h ] || \
-@@ -102,8 +102,14 @@ if [ -f conf/mkheader ]; then
- fi
- echo Creating makefiles in the subdirectories...
- $makeprog make
-+ if [ $? -ne 0 ]; then
-+ exit $?
-+ fi
- echo ...done
- $makeprog all 2> ../../errs
-+ if [ $? -ne 0 ]; then
-+ exit $?
-+ fi
- echo done
- echo Check the errs file for any problems.
- echo To finish the installation, cd to src/bin, become root, and type