1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/nawk/files/patch-aa

26 lines
505 B
Plaintext
Raw Normal View History

--- makefile.orig Fri Jul 16 16:47:54 1999
+++ makefile Wed Mar 1 02:11:09 2000
@@ -22,16 +22,15 @@
# THIS SOFTWARE.
# ****************************************************************/
-CFLAGS = -g
-CFLAGS = -O2
-CFLAGS =
+#CFLAGS = -g
+CFLAGS ?= -O2
+#CFLAGS =
-CC = gcc -Wall -g
1999-11-29 10:14:16 +00:00
-CC = /opt/pure/purify/purify cc
-CC = cc
+CC ?= gcc -Wall -g
1999-11-29 10:14:16 +00:00
+#CC = /opt/pure/purify/purify cc
+#CC = cc
1999-11-29 10:14:16 +00:00
YACC = bison -y
-YACC = yacc
YFLAGS = -d
OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o