pkgsrc/chat/centericq/patches/patch-ap
tonio 8860d27e1b Update chat/centericq to 4.21.0
Added patches from debian to handle wrong configure check
The update should fix PR 31629
2005-10-16 19:28:03 +00:00

25 lines
865 B
Text

$NetBSD: patch-ap,v 1.1 2005/10/16 19:28:03 tonio Exp $
--- libicq2000-0.1/configure.orig 2005-09-02 16:45:58.000000000 +0200
+++ libicq2000-0.1/configure
@@ -380,13 +380,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