summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorgrant <grant>2004-12-18 17:42:24 +0000
committergrant <grant>2004-12-18 17:42:24 +0000
commit1265342b6a54210b321d5a71c8052a09f39e7c2d (patch)
treef4cb4fb315d486715eb26b3b1826e509e722ac45 /devel/libtool-base
parentf2c4f0ef9fadcda9f3420d808d375afbeab9f132 (diff)
downloadpkgsrc-1265342b6a54210b321d5a71c8052a09f39e7c2d.tar.gz
in the command run when -export-symbols is used on Darwin with xlc,
ensure there is no whitespace on the command line when passing -install_name to the linker, as this breaks the build. this fixes the build of audio/libaudiofile and other packages using -export-symbols on Darwin with xlc. bump PKGREVISION.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index f696657690f..5b6358aece1 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.48 2004/12/17 16:24:23 jlam Exp $
+# $NetBSD: Makefile,v 1.49 2004/12/18 17:42:24 grant Exp $
#
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-base-/}
-PKGREVISION= 7
+PKGREVISION= 8
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)