From 77db84c421dcd63c166e79784cf1ca597895fbfd Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 15 Feb 2012 19:34:45 +0000 Subject: Fix build on SunOS. REPLACE_SH on installed shell script. --- audio/albumplayer/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3