summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-04-11 01:26:56 +0000
committerrodent <rodent@pkgsrc.org>2015-04-11 01:26:56 +0000
commit79f94cd0a746d85b71992c846ff431605a7a7026 (patch)
treec1f295872a3be86921faaff5d3105b8350991cd6 /audio
parent4eabeb11d7d47d539b00fe782571799d3021858f (diff)
downloadpkgsrc-79f94cd0a746d85b71992c846ff431605a7a7026.tar.gz
Fix build on OpenBSD and Darwin, possibly.
Diffstat (limited to 'audio')
-rw-r--r--audio/tap-plugins/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile
index a44ebcfc236..7ac49e7a30e 100644
--- a/audio/tap-plugins/Makefile
+++ b/audio/tap-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/03/17 13:41:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/11 01:26:56 rodent Exp $
#
DISTNAME= tap-plugins-0.7.2
@@ -20,4 +20,10 @@ SUBST_SED.prefix= -e 's|/usr/local|${DESTDIR}${PREFIX}|'
INSTALLATION_DIRS+= lib/ladspa share/ladspa/rdf
+.if ${OPSYS} == "OpenBSD"
+BUILDLINK_TRANSFORM+= rm:-lrt
+.elif ${OPSYS} == "Darwin"
+BUILDLINK_TRANSFORM+= rm:-Bsymbolic
+.endif
+
.include "../../mk/bsd.pkg.mk"