aboutsummaryrefslogtreecommitdiff
path: root/cad/acs/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/acs/files/patch-aa')
-rw-r--r--cad/acs/files/patch-aa31
1 files changed, 0 insertions, 31 deletions
diff --git a/cad/acs/files/patch-aa b/cad/acs/files/patch-aa
deleted file mode 100644
index 263c4164e300..000000000000
--- a/cad/acs/files/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
-*** src/_unix.h.orig Sat Dec 17 08:50:39 1994
---- src/_unix.h Sun Jan 1 12:18:58 1995
-***************
-*** 29,35 ****
- #define STEPFILE "/tmp/SXXXXXX"
- #define PLOTFILE "acs.plot"
- #define HELPFILE "acs.hlp"
-! #define HELPPATH getenv("PATH")
-
- /* standard collection of includes */
- #include <ctype.h>
---- 29,35 ----
- #define STEPFILE "/tmp/SXXXXXX"
- #define PLOTFILE "acs.plot"
- #define HELPFILE "acs.hlp"
-! #define HELPPATH "/usr/local/lib"
-
- /* standard collection of includes */
- #include <ctype.h>
-*** /dev/null Sun Jan 1 11:16:29 1995
---- Makefile Sun Jan 1 12:24:21 1995
-***************
-*** 0 ****
---- 1,7 ----
-+ all:
-+ (cd src; make freebsd)
-+
-+ install:
-+ (cd src/FreeBSD; install -c -s -m 755 -g bin -o bin acs ${PREFIX}/bin)
-+ (cd doc; install -c -m 644 -g bin -o bin acs.hlp ${PREFIX}/lib)
-+