pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/irssi add a --tag=CC to the libtool call that fai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50253d8e7fbe
branches:  trunk
changeset: 502945:50253d8e7fbe
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Fri Nov 11 16:01:20 2005 +0000

description:
add a --tag=CC to the libtool call that fails under darwin
This should fix PR 32041

diffstat:

 chat/irssi/distinfo         |   3 ++-
 chat/irssi/patches/patch-af |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r aa55573c364a -r 50253d8e7fbe chat/irssi/distinfo
--- a/chat/irssi/distinfo       Fri Nov 11 15:47:52 2005 +0000
+++ b/chat/irssi/distinfo       Fri Nov 11 16:01:20 2005 +0000
@@ -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-ac) = 9572891333279dc368f44c52f9584c34f10d7aa1
 SHA1 (patch-ad) = 7629117264f84c4f20697200456f91662b52f724
 SHA1 (patch-ae) = 158de7394abec0cab8fe2c8fea158fd97377cb1f
+SHA1 (patch-af) = 3603d84e9e3b5f589c94775e261dedcacff09cf0
diff -r aa55573c364a -r 50253d8e7fbe chat/irssi/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/irssi/patches/patch-af       Fri Nov 11 16:01:20 2005 +0000
@@ -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;}



Home | Main Index | Thread Index | Old Index