1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Force it use yacc(1) instead of ``bison -y''. The port's configure script

detects the byacc's presense, but does not use it... A more generic patch
will be sent to developers.

Missing dependency pointed out by:	kris
This commit is contained in:
Mikhail Teterin 2003-04-15 16:19:04 +00:00
parent 73b2bd9b25
commit 448ebf56c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79013

View File

@ -0,0 +1,7 @@
--- src/sql/Makefile.in Sat Jan 18 20:55:42 2003
+++ src/sql/Makefile.in Tue Apr 15 12:13:04 2003
@@ -99,3 +99,3 @@
VERSION = @VERSION@
-YACC = bison -y -d
+YACC = yacc -d
am__include = @am__include@