summaryrefslogtreecommitdiff
path: root/databases/mdbtools/files/patch-yacc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-15 16:26:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-15 16:26:37 +0000
commit9942f4e8878cab4f235da8f5da7feaf0af3c4104 (patch)
tree36ad441a13a9c4f665fd95989475ed64a2eecc35 /databases/mdbtools/files/patch-yacc
parentNew port: asr-manpages (diff)
Really fix this port. Make it depend on libgnomeui if present, and
conditionalize the plist accordingly. According to the mdbtools homepage, this port requires bison, so set things accordingly. Also, correct some gcc-3.x-isms that prevented proper GNOME compilation on -STABLE.
Notes
Notes: svn path=/head/; revision=79016
Diffstat (limited to 'databases/mdbtools/files/patch-yacc')
-rw-r--r--databases/mdbtools/files/patch-yacc7
1 files changed, 0 insertions, 7 deletions
diff --git a/databases/mdbtools/files/patch-yacc b/databases/mdbtools/files/patch-yacc
deleted file mode 100644
index dca633647628..000000000000
--- a/databases/mdbtools/files/patch-yacc
+++ /dev/null
@@ -1,7 +0,0 @@
---- 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@