summaryrefslogtreecommitdiff
path: root/audio/albumplayer
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-01-11 14:48:59 +0000
committerhans <hans@pkgsrc.org>2012-01-11 14:48:59 +0000
commit05e3896ef5d758d67899a35261ead362b4290076 (patch)
tree30edd6822bade30a79a4221c581885ad77f0b6f8 /audio/albumplayer
parent7b482353eb1dc1ae484def8a5cfaeead62c14f5d (diff)
downloadpkgsrc-05e3896ef5d758d67899a35261ead362b4290076.tar.gz
Fix build on SunOS.
Diffstat (limited to 'audio/albumplayer')
-rw-r--r--audio/albumplayer/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/albumplayer/Makefile b/audio/albumplayer/Makefile
index 0f3ff0f7493..d4a43818739 100644
--- a/audio/albumplayer/Makefile
+++ b/audio/albumplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2011/11/01 06:00:33 sbd Exp $
+# $NetBSD: Makefile,v 1.13 2012/01/11 14:48:59 hans Exp $
#
DISTNAME= albumplayer-0.3.1
@@ -20,6 +20,11 @@ USE_DIRS+= xdg-1.1
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS+= share/applications
+.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"