aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1998-01-20 06:27:21 +0000
committerPaul Traina <pst@FreeBSD.org>1998-01-20 06:27:21 +0000
commit003b53e2f41fb69d8c60eba3c978a34c47c7182b (patch)
tree4864b71fbe0064cc096fc3b232055753e23a5f7a
parent78faa630eefc3d89edd3fad55200832048b61a30 (diff)
downloadports-003b53e2f41fb69d8c60eba3c978a34c47c7182b.tar.gz
ports-003b53e2f41fb69d8c60eba3c978a34c47c7182b.zip
Notes
-rw-r--r--databases/gnats/files/patch-aa24
1 files changed, 0 insertions, 24 deletions
diff --git a/databases/gnats/files/patch-aa b/databases/gnats/files/patch-aa
index 3d7397e9fe95..ee1ec7110abc 100644
--- a/databases/gnats/files/patch-aa
+++ b/databases/gnats/files/patch-aa
@@ -21,27 +21,3 @@ processing config.c.in.
MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
then echo $$r/texinfo/makeinfo/makeinfo ; \
-
-The top level Makefile overrides the use of BISON to just "bison" instead
-of bison -y, so use YACC, since that's what we're trying to define anyway.
-
---- gnats/Makefile.in Mon Aug 18 14:52:44 1997
-+++ gnats/Makefile.in Tue Aug 26 14:45:55 1997
-@@ -118,7 +118,7 @@
- # Set RANLIB = echo if your system doesn't have or need ranlib.
- RANLIB = @RANLIB@
-
--BISON = @YACC@
-+YACC = @YACC@
- DIFFOPT = @DIFFOPT@
-
- # These are set by autoconf.
-@@ -435,7 +435,7 @@
-
- getdate.c: getdate.y
- @echo expect 10 shift/reduce conflicts
-- $(BISON) -d $(srcdir)/getdate.y
-+ $(YACC) -d $(srcdir)/getdate.y
- mv y.tab.c getdate.c
- mv y.tab.h getdate.h
-