summaryrefslogtreecommitdiff
path: root/chat/irssi/patches
diff options
context:
space:
mode:
authortonio <tonio>2005-11-11 16:01:20 +0000
committertonio <tonio>2005-11-11 16:01:20 +0000
commit16905fe28ec1d599eea7785a3fcccf172ea37b7b (patch)
tree0ad1c96b009febc61ae5c99ab9893ab1f960c220 /chat/irssi/patches
parent452e38537008696060a7b879c3cce94966575c37 (diff)
downloadpkgsrc-16905fe28ec1d599eea7785a3fcccf172ea37b7b.tar.gz
add a --tag=CC to the libtool call that fails under darwin
This should fix PR 32041
Diffstat (limited to 'chat/irssi/patches')
-rw-r--r--chat/irssi/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/irssi/patches/patch-af b/chat/irssi/patches/patch-af
new file mode 100644
index 00000000000..1d097a88ca6
--- /dev/null
+++ b/chat/irssi/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2005/11/11 16:01:20 tonio Exp $
+
+--- configure.orig 2003-12-11 00:23:05.000000000 +0100
++++ configure
+@@ -22842,7 +22842,7 @@ echo "$as_me: error: error compiling tes
+ { (exit 1); exit 1; }; }
+ fi
+
+-./libtool --mode=link $CC $CFLAGS $LDFLAGS -rpath /usr/lib conftest.lo -lm -o libconftest.la > /dev/null
++./libtool --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -rpath /usr/lib conftest.lo -lm -o libconftest.la > /dev/null
+ if test ! -s .libs/libconftest.a; then
+ { { echo "$as_me:$LINENO: error: error, can't even find .a library" >&5
+ echo "$as_me: error: error, can't even find .a library" >&2;}