diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-09 17:16:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-09 17:16:35 +0000 |
commit | 9aafd4a5a07a111d00f8f86226426f5358ede2d3 (patch) | |
tree | 8786109532f496c123e4d8baf62dae3b3dfe2253 /converters | |
parent | b3089bc76d542b4efa1d81c77c3b59f1dbea457c (diff) | |
download | pkgsrc-9aafd4a5a07a111d00f8f86226426f5358ede2d3.tar.gz |
Pass down --mode arguments to libtool.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uulib/distinfo | 4 | ||||
-rw-r--r-- | converters/uulib/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/uulib/distinfo b/converters/uulib/distinfo index 55da6ddf364..95b1045916b 100644 --- a/converters/uulib/distinfo +++ b/converters/uulib/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2008/06/01 21:46:37 dholland Exp $ +$NetBSD: distinfo,v 1.11 2009/09/09 17:16:35 joerg Exp $ SHA1 (uudeview-0.5.20.tar.gz) = 2c6ab7d355b545218bd0877d598bd5327d9fd125 RMD160 (uudeview-0.5.20.tar.gz) = 9bb52fa3ad4979383ff16d1e8d8a302c5c794c66 Size (uudeview-0.5.20.tar.gz) = 261574 bytes -SHA1 (patch-aa) = 8ea37995ef4426bcd008246b1465ad5428da7bd8 +SHA1 (patch-aa) = 0d6f07b3196405f357ec529094460a409cb964ee SHA1 (patch-ab) = f23ca7945a0697dc8e49ba9c7765bfa655ed8566 SHA1 (patch-ac) = 7322b738ba427515a508eff41cce4139d4fda86e diff --git a/converters/uulib/patches/patch-aa b/converters/uulib/patches/patch-aa index 92795d24818..bc23855a635 100644 --- a/converters/uulib/patches/patch-aa +++ b/converters/uulib/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2005/11/03 20:05:54 rillig Exp $ +$NetBSD: patch-aa,v 1.6 2009/09/09 17:16:36 joerg Exp $ --- uulib/Makefile.in.orig 2002-03-11 03:15:46.000000000 -0600 +++ uulib/Makefile.in @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.5 2005/11/03 20:05:54 rillig Exp $ # If you don't have the GNU C compiler installed, set CC=cc here # -CC = @CC@ -+CC = $(LIBTOOL) @CC@ ++CC = $(LIBTOOL) --mode=compile @CC@ # # C Compiler Options # @@ -38,7 +38,7 @@ $NetBSD: patch-aa,v 1.5 2005/11/03 20:05:54 rillig Exp $ rm -f $@ - ar r $@ $(UULIB_OBJ) - -$(RANLIB) $@ -+ $(CC) -o libuu.la $(UULIB_OBJ:.o=.lo) -rpath $(PREFIX)/lib \ ++ $(LIBTOOL) --mode=link @CC@ -o libuu.la $(UULIB_OBJ:.o=.lo) -rpath $(PREFIX)/lib \ + -version-info 2:0 .c.o: |