mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Use YACC rather than bison.
This commit is contained in:
parent
9f29f5a57e
commit
fdf822da8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24869
@ -1,6 +1,13 @@
|
||||
--- Makefile.options Tue Oct 20 20:19:08 1998
|
||||
+++ /home/andy/tmp/wrk/Makefile.options Tue Jan 5 17:08:02 1999
|
||||
@@ -18,7 +18,7 @@
|
||||
--- Makefile.options.orig Tue Oct 20 13:19:08 1998
|
||||
+++ Makefile.options Thu Jan 20 18:04:03 2000
|
||||
@@ -12,13 +12,13 @@
|
||||
CPP=g++ -E
|
||||
|
||||
# Grammar generator - e.g. bison,yacc
|
||||
-YACC = bison
|
||||
+YACC = yacc
|
||||
|
||||
# Lexical scanner - e.g. flex,lex
|
||||
LEX = flex
|
||||
|
||||
# Favourite flags for favourite compiler
|
||||
|
13
deskutils/abacus/files/patch-aj
Normal file
13
deskutils/abacus/files/patch-aj
Normal file
@ -0,0 +1,13 @@
|
||||
--- calc/Makefile.orig Tue Oct 20 06:41:42 1998
|
||||
+++ calc/Makefile Thu Jan 20 18:36:31 2000
|
||||
@@ -40,8 +40,8 @@
|
||||
|
||||
gram.cc: gram.y scan.c
|
||||
$(YACC) -d gram.y
|
||||
- mv gram.tab.c gram.cc
|
||||
- mv gram.tab.h gram.h
|
||||
+ mv y.tab.c gram.cc
|
||||
+ mv y.tab.h gram.h
|
||||
|
||||
#
|
||||
# include a dependency file if one exists
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user