aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/dlx/files/patch-ac
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-10 06:35:23 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-10 06:35:23 +0000
commitf078732dfdc79dc32b83a4a9f6e3fc41eec50691 (patch)
tree95c3ac00b5a406976cb98e0b7de5f1d509c19b6e /emulators/dlx/files/patch-ac
parent18471966b6f1dbfba05d5c6c5200e9474edf5107 (diff)
Fix plist and take the opportunity to make the port respect CFLAGS
Diffstat (limited to 'emulators/dlx/files/patch-ac')
-rw-r--r--emulators/dlx/files/patch-ac10
1 files changed, 8 insertions, 2 deletions
diff --git a/emulators/dlx/files/patch-ac b/emulators/dlx/files/patch-ac
index bba57c63aba5..6a0e92fa9f4b 100644
--- a/emulators/dlx/files/patch-ac
+++ b/emulators/dlx/files/patch-ac
@@ -1,6 +1,12 @@
--- dlxsim/tcl/Makefile.orig Tue Dec 18 12:24:38 1990
-+++ dlxsim/tcl/Makefile Sat Dec 26 13:11:18 1998
-@@ -13,9 +13,8 @@
++++ dlxsim/tcl/Makefile Fri Mar 9 22:26:53 2001
+@@ -8,14 +8,13 @@
+ #LIBS = -lBSD
+
+ #CFLAGS = -I. -DTCL_VERSION=\"2.1\" -DSUN
+-CFLAGS = -I. -DTCL_VERSION=\"2.1\"
++CFLAGS += -I. -DTCL_VERSION=\"2.1\"
+
OBJS = glob.o tclBasic.o tclCmdAH.o tclCmdIZ.o tclExpr.o \
tclGlob.o tclProc.o tclUtil.o