summaryrefslogtreecommitdiff
path: root/cad/sis/files/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'cad/sis/files/patch-al')
-rw-r--r--cad/sis/files/patch-al33
1 files changed, 0 insertions, 33 deletions
diff --git a/cad/sis/files/patch-al b/cad/sis/files/patch-al
deleted file mode 100644
index 76371912a2dc..000000000000
--- a/cad/sis/files/patch-al
+++ /dev/null
@@ -1,33 +0,0 @@
---- options/Makefile.orig Sat Jul 16 07:53:39 1994
-+++ options/Makefile Fri Aug 4 00:10:41 2000
-@@ -67,10 +67,10 @@
- # for HPUX
- SHELL = /bin/sh
-
--MAKE = /bin/make
-+#MAKE = /bin/make
- AR = ar
- RANLIB = ranlib
--CPLUSPLUS = g++
-+CPLUSPLUS = ${CXX}
-
- CAD = /projects/octtools/octtools/${MACHINE}
- CADROOT = $$OCTTOOLS
-@@ -79,7 +79,7 @@
- LINTCREATEFLAG = -C
- LINTEXTRAS =
- DBGFLAG =
--OPTFLAG =
-+#OPTFLAG =
-
- # an alternative if you want links in the installation locations
- # back to the source directories would be:
-@@ -158,7 +158,7 @@
- "VPATH=${VPATH}"
-
- INCLUDE = -I$(CAD)/include
--CFLAGS = ${OPTFLAG} ${DBGFLAG} ${INCLUDE} '-DCADROOT="${CADROOT}"'
-+CFLAGS += ${OPTFLAG} ${DBGFLAG} ${INCLUDE} '-DCADROOT="${CADROOT}"'
- VERSION = "-DCUR_DATE=\"`date | awk '{print $$2, $$3, $$6}'`\"" \
- "-DCUR_TIME=\"`date | awk '{print $$4}'`\""
- LINTFLAGS= ${INCLUDE} '-DCADROOT="${CADROOT}"' ${LINTEXTRAS}