aboutsummaryrefslogtreecommitdiffstats
path: root/cad/pisces/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pisces/files/patch-ab')
-rw-r--r--cad/pisces/files/patch-ab30
1 files changed, 30 insertions, 0 deletions
diff --git a/cad/pisces/files/patch-ab b/cad/pisces/files/patch-ab
new file mode 100644
index 000000000000..05d5216c97b8
--- /dev/null
+++ b/cad/pisces/files/patch-ab
@@ -0,0 +1,30 @@
+*** utils/imakesrc/aelimake.orig Fri Jan 15 18:49:29 1999
+--- utils/imakesrc/aelimake Fri Jan 15 18:51:03 1999
+***************
+*** 7,14 ****
+ # system is one of: $SYS_LIST
+
+! SYS_LIST="SUN3 SUN4 ULTRIX CONVEX MIPS"
+
+ # Templates directory:
+! imake="/tmp/release/utils/imakesrc"
+
+ # local things are to be used...
+--- 7,14 ----
+ # system is one of: $SYS_LIST
+
+! SYS_LIST="SUN3 SUN4 ULTRIX CONVEX MIPS FBSD"
+
+ # Templates directory:
+! imake=${WRKDIR}/utils/imakesrc
+
+ # local things are to be used...
+***************
+*** 62,64 ****
+ fi
+
+! /tmp/bin/imake $IVERBOSE -D$SYS $IFILE -T Imake.tmpl -I$imake/Defaults -I$imake $MFILE $DEFS "-DImakeDefines=$DEFS"
+--- 62,64 ----
+ fi
+
+! ${X11BASE}/bin/imake $IVERBOSE -D$SYS $IFILE -T Imake.tmpl -I$imake/Defaults -I$imake $MFILE $DEFS "-DImakeDefines=$DEFS"