diff options
Diffstat (limited to 'www/cherokee/patches/patch-ab')
-rw-r--r-- | www/cherokee/patches/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/cherokee/patches/patch-ab b/www/cherokee/patches/patch-ab new file mode 100644 index 00000000000..5dae5489133 --- /dev/null +++ b/www/cherokee/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.1 2006/06/08 19:48:35 joerg Exp $ + +--- configure.orig 2006-06-08 19:31:44.000000000 +0000 ++++ configure +@@ -20905,12 +20905,6 @@ fi + done + test -n "$YACC" || YACC="yacc" + +-if test "$YACC" != "bison -y"; then +- { { echo "$as_me:$LINENO: error: Bison is required to build Cherokee" >&5 +-echo "$as_me: error: Bison is required to build Cherokee" >&2;} +- { (exit 1); exit 1; }; } +-fi +- + for ac_prog in flex lex + do + # Extract the first word of "$ac_prog", so it can be a program name with args. |