pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/tap-plugins



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jul 21 12:33:38 UTC 2023

Modified Files:
        pkgsrc/audio/tap-plugins: Makefile

Log Message:
tap-plugins: Fix -Bsymbolic match.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/tap-plugins/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/tap-plugins/Makefile
diff -u pkgsrc/audio/tap-plugins/Makefile:1.11 pkgsrc/audio/tap-plugins/Makefile:1.12
--- pkgsrc/audio/tap-plugins/Makefile:1.11      Sun Jan 26 05:26:14 2020
+++ pkgsrc/audio/tap-plugins/Makefile   Fri Jul 21 12:33:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/26 05:26:14 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2023/07/21 12:33:37 jperkin Exp $
 #
 
 DISTNAME=      tap-plugins-0.7.2
@@ -20,7 +20,7 @@ SUBST_SED.prefix=     -e 's|/usr/local|${DES
 
 INSTALLATION_DIRS+=    lib/ladspa share/ladspa/rdf
 
+BUILDLINK_TRANSFORM.Darwin+=   rm:-Wl,-Bsymbolic
 BUILDLINK_TRANSFORM.OpenBSD+=  rm:-lrt
-BUILDLINK_TRANSFORM.Darwin+=   rm:-Bsymbolic
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index