Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BA1F84F86 for ; Fri, 21 Jul 2023 12:34:22 +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 yozvcJGM67Ok for ; Fri, 21 Jul 2023 12:34:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 610F284E6C for ; Fri, 21 Jul 2023 12:34:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5839BFBDB; Fri, 21 Jul 2023 12:34:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689942861216900" MIME-Version: 1.0 Date: Fri, 21 Jul 2023 12:34:21 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/graphics/libbpg To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230721123421.5839BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689942861216900 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:34:21 UTC 2023 Modified Files: pkgsrc/graphics/libbpg: Makefile Log Message: libbpg: Darwin linker does not support --gc-sections. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/libbpg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689942861216900 Content-Disposition: inline Content-Length: 706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libbpg/Makefile diff -u pkgsrc/graphics/libbpg/Makefile:1.5 pkgsrc/graphics/libbpg/Makefile:1.6 --- pkgsrc/graphics/libbpg/Makefile:1.5 Mon Nov 21 18:20:42 2022 +++ pkgsrc/graphics/libbpg/Makefile Fri Jul 21 12:34:21 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/11/21 18:20:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2023/07/21 12:34:21 jperkin Exp $ DISTNAME= libbpg-0.9.2 CATEGORIES= graphics @@ -20,6 +20,7 @@ SUBST_STAGE.config= pre-configure SUBST_FILES.config= config.h SUBST_VARS.config= PREFIX +BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,--gc-sections BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--gc-sections .include "../../devel/zlib/buildlink3.mk" --_----------=_1689942861216900--