aboutsummaryrefslogtreecommitdiff
path: root/lang/nawk/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-04 19:21:58 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-04 19:21:58 +0000
commit3a5fc9ff616ee3a58f01afc0bc7c747c4de77108 (patch)
tree17fcb16e01293725ad51c209b9670e36d94b75bd /lang/nawk/files
parent8ee1abed1d3fc2cee1bb2614d5f08f02e85322c3 (diff)
downloadports-3a5fc9ff616ee3a58f01afc0bc7c747c4de77108.tar.gz
ports-3a5fc9ff616ee3a58f01afc0bc7c747c4de77108.zip
Notes
Diffstat (limited to 'lang/nawk/files')
-rw-r--r--lang/nawk/files/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/nawk/files/patch-aa b/lang/nawk/files/patch-aa
new file mode 100644
index 000000000000..d4615cfddcb0
--- /dev/null
+++ b/lang/nawk/files/patch-aa
@@ -0,0 +1,18 @@
+--- makefile.orig Sat Aug 16 05:52:46 1997
++++ makefile Wed Apr 29 13:52:20 1998
+@@ -22,13 +22,9 @@
+ # THIS SOFTWARE.
+ # ****************************************************************/
+
+-CFLAGS = -g
+-CFLAGS = -O
+-CC = purify cc
+-CC = gcc -Wall -g
+-CC = cc
++CFLAGS ?= ${CFLAGS}
++CC ?= ${CC}
+
+-YACC = bison -y
+ YACC = yacc
+ YFLAGS = -d
+