diff options
author | jmmv <jmmv@pkgsrc.org> | 2007-12-12 14:34:58 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2007-12-12 14:34:58 +0000 |
commit | 6079da3bc96f0c7b25c6995f2acf35bdf65638c9 (patch) | |
tree | df7933e2112119560f05734bf9cd510b5ee0fc9d /devel/monotone | |
parent | aca7af772dfa9e4ff6d193a208f9bee2370f140a (diff) | |
download | pkgsrc-6079da3bc96f0c7b25c6995f2acf35bdf65638c9.tar.gz |
Fix a bug in the configure script that prevents it from working on
NetBSD 3.0. Found by gavan@.
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/patches/patch-aa | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/devel/monotone/patches/patch-aa b/devel/monotone/patches/patch-aa index c8297c2f7b9..e281efa838b 100644 --- a/devel/monotone/patches/patch-aa +++ b/devel/monotone/patches/patch-aa @@ -1,8 +1,21 @@ -$NetBSD: patch-aa,v 1.16 2007/10/26 14:08:25 jmmv Exp $ +$NetBSD: patch-aa,v 1.17 2007/12/12 14:34:58 jmmv Exp $ ---- configure.orig 2007-10-26 10:31:46.000000000 +0200 +--- configure.orig 2007-10-26 00:41:00.000000000 +0200 +++ configure -@@ -12100,7 +12102,7 @@ echo $ECHO_N "checking for PCRE using pc +@@ -11879,9 +11879,9 @@ fi + # Check whether --with-system-pcre was given. + if test "${with_system_pcre+set}" = set; then + withval=$with_system_pcre; case "$withval" in +- (""|yes) with_system_pcre=yes ;; +- (no) with_system_pcre=no ;; +- (*) { { echo "$as_me:$LINENO: error: --with(out)-system-pcre takes no argument" >&5 ++ ""|yes) with_system_pcre=yes ;; ++ no) with_system_pcre=no ;; ++ *) { { echo "$as_me:$LINENO: error: --with(out)-system-pcre takes no argument" >&5 + echo "$as_me: error: --with(out)-system-pcre takes no argument" >&2;} + { (exit 1); exit 1; }; } ;; + esac +@@ -12100,7 +12100,7 @@ echo $ECHO_N "checking for PCRE using pc # automatically. PCRE_LIBS="`pcre-config --libs | \ sed -e 's:-L */usr/lib/*::' -e 's:-R */usr/lib/*::' \ |