mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
20 lines
342 B
Plaintext
20 lines
342 B
Plaintext
--- 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
|
|
|
|
-YACC = bison -y
|
|
+YACC = yacc
|
|
LEX = flex
|
|
-CC = gcc
|
|
+#CC = gcc
|
|
|
|
all: boa
|
|
|