diff options
Diffstat (limited to 'chat/centericq/patches/patch-ar')
-rw-r--r-- | chat/centericq/patches/patch-ar | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/chat/centericq/patches/patch-ar b/chat/centericq/patches/patch-ar new file mode 100644 index 00000000000..abd4f21900d --- /dev/null +++ b/chat/centericq/patches/patch-ar @@ -0,0 +1,25 @@ +$NetBSD: patch-ar,v 1.1 2005/10/16 19:28:03 tonio Exp $ + +--- libmsn-0.1/configure.orig 2005-09-02 16:45:59.000000000 +0200 ++++ libmsn-0.1/configure +@@ -384,13 +384,13 @@ EOF + ;; + + *) +- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then +- echo "configure: warning: $ac_option: invalid host type" 1>&2 +- fi +- if test "x$nonopt" != xNONE; then +- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } +- fi +- nonopt="$ac_option" ++ #if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then ++ # echo "configure: warning: $ac_option: invalid host type" 1>&2 ++ #fi ++ #if test "x$nonopt" != xNONE; then ++ # { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ++ #fi ++ #nonopt="$ac_option" + ;; + + esac |