summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorrh <rh>2000-06-04 16:46:46 +0000
committerrh <rh>2000-06-04 16:46:46 +0000
commit4e0c16c549a08d990a97025841a29252f5ca4f09 (patch)
treeb3e1d53d6648b1ce7305eae03918989c17563a6b /devel/libtool
parent9c0c52b22356d6cfe8a568803696d2d56e9b6a93 (diff)
downloadpkgsrc-4e0c16c549a08d990a97025841a29252f5ca4f09.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/Makefile4
-rw-r--r--devel/libtool/files/patch-sum4
-rw-r--r--devel/libtool/patches/patch-ab4
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/^ //"`