1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/boa/files/patch-aa

20 lines
342 B
Plaintext
Raw Normal View History

2000-01-21 09:43:22 +00:00
--- src/Makefile.orig Fri Dec 20 20:45:00 1996
+++ src/Makefile Fri Jan 21 01:42:21 2000
@@ -9,13 +9,13 @@
# Add -DVERBOSE_CGI_LOGS if you want logs of CGI program start and stop times
-CMDARGS = -c -O2
+CMDARGS = -c ${CFLAGS}
# Change these if necessary
2000-01-21 09:43:22 +00:00
-YACC = bison -y
+YACC = yacc
LEX = flex
-CC = gcc
+#CC = gcc
all: boa