summaryrefslogtreecommitdiff
path: root/www/boa
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-21 09:43:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-21 09:43:22 +0000
commitfdf822da8c949fd490f06c77651e568a7fc3e630 (patch)
tree6cb8ab2c2490c821b66ab598f8bfb2c592fe773f /www/boa
parentRespect CC (diff)
Use YACC rather than bison.
Notes
Notes: svn path=/head/; revision=24869
Diffstat (limited to 'www/boa')
-rw-r--r--www/boa/files/patch-aa7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/boa/files/patch-aa b/www/boa/files/patch-aa
index d9c88c48fb88..5532a492de72 100644
--- a/www/boa/files/patch-aa
+++ b/www/boa/files/patch-aa
@@ -1,5 +1,5 @@
---- src/Makefile Sat Dec 21 04:45:00 1996
-+++ /home/andy/tmp/wrk/src/Makefile Thu May 21 22:10:24 1998
+--- 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
@@ -9,7 +9,8 @@
# Change these if necessary
- YACC = bison -y
+-YACC = bison -y
++YACC = yacc
LEX = flex
-CC = gcc
+#CC = gcc