aboutsummaryrefslogtreecommitdiff
path: root/devel/ddd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-06-16 07:57:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-06-16 07:57:12 +0000
commit2b1384b53cc0dcc2816ced5fb34b2062c11c1cfc (patch)
tree690463a2fa28c971bcfd1f17f15437b44d2f8152 /devel/ddd
parentbef73f88d0cfe66f792bdddec99e34fcc7b1f19c (diff)
downloadports-2b1384b53cc0dcc2816ced5fb34b2062c11c1cfc.tar.gz
ports-2b1384b53cc0dcc2816ced5fb34b2062c11c1cfc.zip
Use byacc vs. bison if the vsl-gramma.* files need rebuilding.
PR: 11959
Notes
Notes: svn path=/head/; revision=19494
Diffstat (limited to 'devel/ddd')
-rw-r--r--devel/ddd/files/patch-0211
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ddd/files/patch-02 b/devel/ddd/files/patch-02
new file mode 100644
index 000000000000..52ad017399cc
--- /dev/null
+++ b/devel/ddd/files/patch-02
@@ -0,0 +1,11 @@
+--- ddd/configure.orig Tue May 11 07:38:30 1999
++++ ddd/configure Tue Jun 15 20:36:20 1999
+@@ -1794,7 +1794,7 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
+-for ac_prog in 'bison -y' byacc
++for ac_prog in byacc
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2