diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-04-15 16:19:04 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-04-15 16:19:04 +0000 |
commit | 448ebf56c5855512904cae9164a3d0deafb61ad2 (patch) | |
tree | 71d9de3232b4303ea7068f5ab1a05b2f5db8b761 /databases | |
parent | 73b2bd9b25fb3ae29bfe9cc12ab2425e65072379 (diff) | |
download | ports-448ebf56c5855512904cae9164a3d0deafb61ad2.tar.gz ports-448ebf56c5855512904cae9164a3d0deafb61ad2.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mdbtools/files/patch-yacc | 7 |
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@ |