Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3F3584F86 for ; Fri, 21 Jul 2023 12:33:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id figPMuhbfFWl for ; Fri, 21 Jul 2023 12:33:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 25DE384E6C for ; Fri, 21 Jul 2023 12:33:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F17CFBDB; Fri, 21 Jul 2023 12:33:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689942818180680" MIME-Version: 1.0 Date: Fri, 21 Jul 2023 12:33:38 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/audio/tap-plugins To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230721123338.1F17CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689942818180680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1689942818180680 Content-Disposition: inline Content-Length: 726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1689942818180680--