summaryrefslogtreecommitdiff
path: root/chat/irssi
diff options
context:
space:
mode:
authortonio <tonio>2005-11-11 16:01:20 +0000
committertonio <tonio>2005-11-11 16:01:20 +0000
commitbfcdedbb68b4a43aeab4cf768b1fdf40912e2873 (patch)
tree0ad1c96b009febc61ae5c99ab9893ab1f960c220 /chat/irssi
parent32770671257dbce6a8fd8e598130d019e97b7361 (diff)
downloadpkgsrc-bfcdedbb68b4a43aeab4cf768b1fdf40912e2873.tar.gz
add a --tag=CC to the libtool call that fails under darwin
This should fix PR 32041
Diffstat (limited to 'chat/irssi')
-rw-r--r--chat/irssi/distinfo3
-rw-r--r--chat/irssi/patches/patch-af13
2 files changed, 15 insertions, 1 deletions
diff --git a/chat/irssi/distinfo b/chat/irssi/distinfo
index 5b7f3514d76..a603b2779be 100644
--- a/chat/irssi/distinfo
+++ b/chat/irssi/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2005/07/17 14:35:47 dillo Exp $
+$NetBSD: distinfo,v 1.22 2005/11/11 16:01:20 tonio Exp $
SHA1 (irssi-0.8.9.tar.bz2) = 57799a1e99ac5f6694eb6fd049d39a4e2e51f576
RMD160 (irssi-0.8.9.tar.bz2) = 7a0a2a639c041802bfddd458c35bccaec8084013
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = c395fbeeb2dd15490f04f2cb2c94daf6c5955e85
SHA1 (patch-ac) = 9572891333279dc368f44c52f9584c34f10d7aa1
SHA1 (patch-ad) = 7629117264f84c4f20697200456f91662b52f724
SHA1 (patch-ae) = 158de7394abec0cab8fe2c8fea158fd97377cb1f
+SHA1 (patch-af) = 3603d84e9e3b5f589c94775e261dedcacff09cf0
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;}