diff options
author | rh <rh> | 2000-06-04 16:46:46 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-04 16:46:46 +0000 |
commit | 2bd4317476f33afe463ae9e6f7a65632d9f5105f (patch) | |
tree | b3e1d53d6648b1ce7305eae03918989c17563a6b /devel/libtool | |
parent | d9e8e3c211b3098645fbcf8a07ecd58b400e2fbd (diff) | |
download | pkgsrc-2bd4317476f33afe463ae9e6f7a65632d9f5105f.tar.gz |
Prepend '-Wl,' to linker flags so compiler frontend doesn't choke on
unknown linker switches. Patch provided by Dave Sainty in private mail.
Bump libtool to 1.3.5nb2
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile | 4 | ||||
-rw-r--r-- | devel/libtool/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/libtool/patches/patch-ab | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 2fce6867839..4b00d98ee88 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2000/06/01 09:36:45 rh Exp $ +# $NetBSD: Makefile,v 1.17 2000/06/04 16:46:46 rh Exp $ # DISTNAME= libtool-1.3.5 -PKGNAME= libtool-1.3.5nb1 +PKGNAME= libtool-1.3.5nb2 CATEGORIES= devel pkgtools MASTER_SITES= ${MASTER_SITE_GNU:=libtool/} diff --git a/devel/libtool/files/patch-sum b/devel/libtool/files/patch-sum index 1fd58eae9b9..a4906ebc9a4 100644 --- a/devel/libtool/files/patch-sum +++ b/devel/libtool/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.5 2000/06/01 09:36:46 rh Exp $ +$NetBSD: patch-sum,v 1.6 2000/06/04 16:46:47 rh Exp $ MD5 (patch-aa) = 3360a0a89685cd87223e951550b11b66 -MD5 (patch-ab) = f0281e25c47867a5f1c93942cdf440b4 +MD5 (patch-ab) = 56cd37b198da2cbeecc473a6e4922c3a diff --git a/devel/libtool/patches/patch-ab b/devel/libtool/patches/patch-ab index e4147ec4645..5e9bf178241 100644 --- a/devel/libtool/patches/patch-ab +++ b/devel/libtool/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.8 2000/06/01 09:36:47 rh Exp $ +$NetBSD: patch-ab,v 1.9 2000/06/04 16:46:47 rh Exp $ --- ltmain.in.orig Sat May 27 03:53:15 2000 +++ ltmain.in Thu Jun 1 11:21:17 2000 @@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.8 2000/06/01 09:36:47 rh Exp $ + ;; + esac + arg="$arg $wl$flag" -+ linkopts="$linkopts $flag" ++ linkopts="$linkopts $wl$flag" + done + IFS="$save_ifs" + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` |