From 4169aff5cf820b1beae24c779710b1236a4966ea Mon Sep 17 00:00:00 2001 From: tonio Date: Fri, 11 Nov 2005 16:01:20 +0000 Subject: add a --tag=CC to the libtool call that fails under darwin This should fix PR 32041 --- chat/irssi/distinfo | 3 ++- chat/irssi/patches/patch-af | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 chat/irssi/patches/patch-af (limited to 'chat') 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;} -- cgit v1.2.3