summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-18 17:42:24 +0000
committergrant <grant@pkgsrc.org>2004-12-18 17:42:24 +0000
commit76c3898cdf92089d0b88a2e70cb2a617dcf0dc1d (patch)
treef4cb4fb315d486715eb26b3b1826e509e722ac45 /devel/libtool-base
parent7a8df0eed839d7a11213f157cb4cd655d1005371 (diff)
downloadpkgsrc-76c3898cdf92089d0b88a2e70cb2a617dcf0dc1d.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)