summaryrefslogtreecommitdiff
path: root/databases/mdbtools
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2003-04-15 16:19:04 +0000
committerMikhail Teterin <mi@FreeBSD.org>2003-04-15 16:19:04 +0000
commit448ebf56c5855512904cae9164a3d0deafb61ad2 (patch)
tree71d9de3232b4303ea7068f5ab1a05b2f5db8b761 /databases/mdbtools
parentUpdate to nqc 2.5 r1. (diff)
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
Notes
Notes: svn path=/head/; revision=79013
Diffstat (limited to 'databases/mdbtools')
-rw-r--r--databases/mdbtools/files/patch-yacc7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/mdbtools/files/patch-yacc b/databases/mdbtools/files/patch-yacc
new file mode 100644
index 000000000000..dca633647628
--- /dev/null
+++ b/databases/mdbtools/files/patch-yacc
@@ -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@