summaryrefslogtreecommitdiff
path: root/audio/alsa-lib
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-09-10 15:59:33 +0000
committerjperkin <jperkin>2014-09-10 15:59:33 +0000
commit08ad4fae62f13cdf47a6bea35acd7afeba85cacc (patch)
tree01a41176caab5114bb50272a714a00db670bdcf7 /audio/alsa-lib
parent3c9dbf6f16a8744631cd4739c8e9a97415534c1e (diff)
downloadpkgsrc-08ad4fae62f13cdf47a6bea35acd7afeba85cacc.tar.gz
Expand --version-script removals for SunOS back out into package Makefiles
rather than trying to consolidate into a single fnmatch. There aren't that many of them, and it will aid the integration of cwrappers which doesn't support globs.
Diffstat (limited to 'audio/alsa-lib')
-rw-r--r--audio/alsa-lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile
index 1ee7343819f..e8d8c1f6e96 100644
--- a/audio/alsa-lib/Makefile
+++ b/audio/alsa-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2014/08/28 10:58:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.15 2014/09/10 15:59:34 jperkin Exp $
#
DISTNAME= alsa-lib-1.0.27.2
@@ -33,6 +33,7 @@ CPPFLAGS.FreeBSD+= -D__u32=uint32_t -D__u64=uint64_t
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --without-versioned
+BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=Versions
.endif
.include "../../mk/dlopen.buildlink3.mk"