summaryrefslogtreecommitdiff
path: root/audio/audacious-plugins/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-07-05 15:10:00 +0000
committerjperkin <jperkin@pkgsrc.org>2013-07-05 15:10:00 +0000
commite8ba95d3b6f602ef8b6c16e28aeb8ec3e5800f0f (patch)
tree0a8a70433f8ff35aeb19ce4f9cf361d96fad414e /audio/audacious-plugins/Makefile
parent1279289a9ba798da081896696a1bd02b6b4f184d (diff)
downloadpkgsrc-e8ba95d3b6f602ef8b6c16e28aeb8ec3e5800f0f.tar.gz
Apply removal of -export-dynamic for SunOS across all of pkgsrc.
Avoids lots of copy/paste and fixes a bunch of packages which hadn't been looked at yet.
Diffstat (limited to 'audio/audacious-plugins/Makefile')
-rw-r--r--audio/audacious-plugins/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile
index 979f0806daf..023b20f6050 100644
--- a/audio/audacious-plugins/Makefile
+++ b/audio/audacious-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2013/07/05 13:29:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2013/07/05 15:10:00 jperkin Exp $
#
DISTNAME= audacious-plugins-1.5.1
@@ -55,7 +55,6 @@ PLIST.oss= yes
.elif ${OPSYS} == "DragonFly"
PLIST.oss= yes
.elif ${OPSYS} == "SunOS"
-BUILDLINK_TRANSFORM+= rm:-Wl,-export-dynamic
CPPFLAGS.SunOS= -D__EXTENSIONS__ -D__uint32_t=uint32_t -D__uint64_t=uint64_t
CONFIGURE_ARGS+= --enable-oss4
PLIST.oss4= yes