pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/tap-plugins Fix build on OpenBSD and Darwin, pos...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbab4c94f8c9
branches:  trunk
changeset: 649827:fbab4c94f8c9
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Apr 11 01:26:56 2015 +0000

description:
Fix build on OpenBSD and Darwin, possibly.

diffstat:

 audio/tap-plugins/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 7b09d9aa91f3 -r fbab4c94f8c9 audio/tap-plugins/Makefile
--- a/audio/tap-plugins/Makefile        Sat Apr 11 00:45:00 2015 +0000
+++ b/audio/tap-plugins/Makefile        Sat Apr 11 01:26:56 2015 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index