summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-15 19:34:45 +0000
committerhans <hans@pkgsrc.org>2012-02-15 19:34:45 +0000
commit77db84c421dcd63c166e79784cf1ca597895fbfd (patch)
tree172c7db59ad45f5b9ed4e743ed3d458bc49b7233 /audio
parent72cee3eddd03f5e343b20428935c86824cc51f6f (diff)
downloadpkgsrc-77db84c421dcd63c166e79784cf1ca597895fbfd.tar.gz
Fix build on SunOS. REPLACE_SH on installed shell script.
Diffstat (limited to 'audio')
-rw-r--r--audio/albumplayer/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/albumplayer/Makefile b/audio/albumplayer/Makefile
index 1bc516bb887..f5e81f9ada5 100644
--- a/audio/albumplayer/Makefile
+++ b/audio/albumplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/02/06 12:39:17 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2012/02/15 19:34:45 hans Exp $
#
DISTNAME= albumplayer-0.3.1
@@ -19,6 +19,12 @@ USE_TOOLS+= pkg-config
USE_DIRS+= xdg-1.1
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS+= share/applications
+REPLACE_SH= ap_flac_embed
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "SunOS"
+BUILDLINK_TRANSFORM+= rm:-export-dynamic
+.endif
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"