diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-07-05 15:10:00 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-07-05 15:10:00 +0000 |
commit | e8ba95d3b6f602ef8b6c16e28aeb8ec3e5800f0f (patch) | |
tree | 0a8a70433f8ff35aeb19ce4f9cf361d96fad414e /audio/albumplayer/Makefile | |
parent | 1279289a9ba798da081896696a1bd02b6b4f184d (diff) | |
download | pkgsrc-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/albumplayer/Makefile')
-rw-r--r-- | audio/albumplayer/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/albumplayer/Makefile b/audio/albumplayer/Makefile index 858b60e91b2..ce8538fc1b3 100644 --- a/audio/albumplayer/Makefile +++ b/audio/albumplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/06/06 12:54:01 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2013/07/05 15:10:00 jperkin Exp $ # DISTNAME= albumplayer-0.3.1 @@ -19,11 +19,6 @@ USE_TOOLS+= pkg-config INSTALLATION_DIRS+= share/applications REPLACE_SH= ap_flac_embed -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -BUILDLINK_TRANSFORM+= rm:-export-dynamic -.endif - .include "../../devel/glib2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../multimedia/gstreamer0.10/buildlink3.mk" |