summaryrefslogtreecommitdiff
path: root/news/inn/patches
diff options
context:
space:
mode:
authortron <tron>1999-09-30 17:35:21 +0000
committertron <tron>1999-09-30 17:35:21 +0000
commitef2a58746c806f098f9a1fe6becdc8dc7ef6402c (patch)
tree484bcfb3d12c293008203424bebb6fc682f59461 /news/inn/patches
parentf321ccf12b1eb2e044f5a08ef5fe4ab7e8854d6d (diff)
downloadpkgsrc-ef2a58746c806f098f9a1fe6becdc8dc7ef6402c.tar.gz
Remove build dependence on "bison" package because the "configure" script
can be convinced to use NetBSD's "yacc" instead. Patch supplied by David Rankin in PR pkg/8516.
Diffstat (limited to 'news/inn/patches')
-rw-r--r--news/inn/patches/patch-aa11
1 files changed, 10 insertions, 1 deletions
diff --git a/news/inn/patches/patch-aa b/news/inn/patches/patch-aa
index c5b5354baa5..b46ec37c7de 100644
--- a/news/inn/patches/patch-aa
+++ b/news/inn/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 1999/07/18 23:34:13 tron Exp $
+$NetBSD: patch-aa,v 1.6 1999/09/30 17:35:23 tron Exp $
--- configure.orig Mon May 17 10:25:36 1999
+++ configure Mon May 17 10:25:41 1999
@@ -26,3 +26,12 @@ $NetBSD: patch-aa,v 1.5 1999/07/18 23:34:13 tron Exp $
+@@ -1440,7 +1429,7 @@
+ SET_MAKE="MAKE=${MAKE-make}"
+ fi
+
+-for ac_prog in 'bison -y' byacc
++for ac_prog in 'bison -y' byacc yacc
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2