summaryrefslogtreecommitdiff
path: root/audio/albumplayer
diff options
context:
space:
mode:
authorhans <hans>2012-02-15 19:34:45 +0000
committerhans <hans>2012-02-15 19:34:45 +0000
commit57026d132b7efab24dea70d86b4cb6b87448044f (patch)
tree172c7db59ad45f5b9ed4e743ed3d458bc49b7233 /audio/albumplayer
parent94d9617f924261bde21bafffcc7ee32f57a4ae33 (diff)
downloadpkgsrc-57026d132b7efab24dea70d86b4cb6b87448044f.tar.gz
Fix build on SunOS. REPLACE_SH on installed shell script.
Diffstat (limited to 'audio/albumplayer')
-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"