diff options
author | asami <asami@FreeBSD.org> | 2000-01-20 02:19:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-20 02:19:15 +0800 |
commit | 8ec3a9509f8eb073b9d2b80a5edc49e5ac67ad39 (patch) | |
tree | 1c21f9362890e6250a360f74699f9a44468f9eb8 /math/sc | |
parent | 8e8d93a2e670f3c132b27ac92103e951408df7e6 (diff) | |
download | freebsd-ports-gnome-8ec3a9509f8eb073b9d2b80a5edc49e5ac67ad39.tar.gz freebsd-ports-gnome-8ec3a9509f8eb073b9d2b80a5edc49e5ac67ad39.tar.zst freebsd-ports-gnome-8ec3a9509f8eb073b9d2b80a5edc49e5ac67ad39.zip |
Use yacc, not bison -y.
Diffstat (limited to 'math/sc')
-rw-r--r-- | math/sc/files/patch-aa | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/math/sc/files/patch-aa b/math/sc/files/patch-aa index 6eeb4e102b4e..1ee69d2107d8 100644 --- a/math/sc/files/patch-aa +++ b/math/sc/files/patch-aa @@ -86,7 +86,18 @@ # If you don't have idlok() in your curses define NOIDLOK NO_IDLOK= -@@ -158,8 +158,8 @@ +@@ -149,17 +149,17 @@ + # IF you have problems w/ your yacc try bison, Berkeley yacc, or + # some other yacc. Some systems don't allow you to + # increase the number of terminals (mostly AT&T), SCO's does though. +-#YACC=yacc ++YACC=yacc + # NOTE: Do not use with bison 1.16! Get a new version.... +-YACC=bison -y ++#YACC=bison -y + + # MS-DOS needs y_tab instead of the normal y.tab + #YTAB=y_tab YTAB=y.tab # Command to use to make temporary copies of some source files. |