From bbf6d0a76938ded649e7fc28c21c1eb5d1799e11 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 19 Jan 2000 18:19:15 +0000 Subject: Use yacc, not bison -y. --- math/sc/files/patch-aa | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3