aboutsummaryrefslogtreecommitdiff
path: root/lang/mixal
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-28 00:52:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-28 00:52:48 +0000
commitad8118a0723d3da56bda4a5a66cd479b7aea8288 (patch)
tree22e61240d463a24010abedc22c5a4ee7c216bd00 /lang/mixal
parent610352b6dec52dd5fe131d3d9e5ecc46ec4d8b82 (diff)
downloadports-ad8118a0723d3da56bda4a5a66cd479b7aea8288.tar.gz
ports-ad8118a0723d3da56bda4a5a66cd479b7aea8288.zip
Let CFLAGS come from /etc/make.conf
Caught by: Satoshi
Notes
Notes: svn path=/head/; revision=5113
Diffstat (limited to 'lang/mixal')
-rw-r--r--lang/mixal/files/patch-0110
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/mixal/files/patch-01 b/lang/mixal/files/patch-01
new file mode 100644
index 000000000000..4a2c9e2e85cd
--- /dev/null
+++ b/lang/mixal/files/patch-01
@@ -0,0 +1,10 @@
+--- Makefile.orig Fri Dec 27 16:48:44 1996
++++ Makefile Fri Dec 27 16:49:36 1996
+@@ -1,6 +1,6 @@
+ # UNIX makefile for the MIX interpreter
+
+-CFLAGS = -g
++#CFLAGS = -g
+
+ CSRCS = asm.c cell.c charset.c driver.c io.c main.c parse.c run.c symbol.c
+ HSRCS = asm.h cell.h charset.h driver.h io.h mix.h parse.h run.h symbol.h