Received: by mail.netbsd.org (Postfix, from userid 605) id 6AB0684E78; Thu, 15 Dec 2022 10:34:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 98A5F84D66 for ; Thu, 15 Dec 2022 10:34:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id G6ABEFYORb3j for ; Thu, 15 Dec 2022 10:34:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EBB6D84D40 for ; Thu, 15 Dec 2022 10:34:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4E64FA90; Thu, 15 Dec 2022 10:34:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671100445269010" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 10:34:05 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/audio/parlatype To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221215103405.E4E64FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671100445269010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Dec 15 10:34:05 UTC 2022 Modified Files: pkgsrc/audio/parlatype: Makefile Log Message: parlatype: Fix PKGLOCALEDIR and SunOS linker args. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/parlatype/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671100445269010 Content-Disposition: inline Content-Length: 849 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/parlatype/Makefile diff -u pkgsrc/audio/parlatype/Makefile:1.1 pkgsrc/audio/parlatype/Makefile:1.2 --- pkgsrc/audio/parlatype/Makefile:1.1 Mon Dec 12 20:56:49 2022 +++ pkgsrc/audio/parlatype/Makefile Thu Dec 15 10:34:05 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/12/12 20:56:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/12/15 10:34:05 jperkin Exp $ DISTNAME= parlatype-3.1 CATEGORIES= audio @@ -13,6 +13,11 @@ LICENSE= gnu-gpl-v3 AND cc-by-sa-v4.0 USE_PKGLOCALEDIR= yes USE_TOOLS+= itstool msgfmt pkg-config +MESON_ARGS+= -Dlocaledir=${PKGLOCALEDIR}/locale + +BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script +BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,${WRKSRC}/libparlatype/src/libparlatype.map + PKGCONFIG_OVERRIDE_STAGE= pre-install PKGCONFIG_OVERRIDE+= output/meson-private/parlatype.pc --_----------=_1671100445269010--