Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B708884E73 for ; Tue, 12 Sep 2023 08:07:41 +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 RxRMEF3SVQqk for ; Tue, 12 Sep 2023 08:07:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1ACE484E5D for ; Tue, 12 Sep 2023 08:07:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14623FBDB; Tue, 12 Sep 2023 08:07:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169450606121240" MIME-Version: 1.0 Date: Tue, 12 Sep 2023 08:07:41 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/graphics/librsvg To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230912080741.14623FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169450606121240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Sep 12 08:07:41 UTC 2023 Modified Files: pkgsrc/graphics/librsvg: Makefile Log Message: librsvg: Remove --gc-sections on SunOS. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 pkgsrc/graphics/librsvg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169450606121240 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/librsvg/Makefile diff -u pkgsrc/graphics/librsvg/Makefile:1.152 pkgsrc/graphics/librsvg/Makefile:1.153 --- pkgsrc/graphics/librsvg/Makefile:1.152 Sat Sep 9 20:43:42 2023 +++ pkgsrc/graphics/librsvg/Makefile Tue Sep 12 08:07:40 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2023/09/09 20:43:42 wiz Exp $ +# $NetBSD: Makefile,v 1.153 2023/09/12 08:07:40 jperkin Exp $ DISTNAME= librsvg-2.56.3 CATEGORIES= graphics gnome @@ -26,6 +26,8 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-gi-docgen RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cairo-gobject}/lib +BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--gc-sections + PKGCONFIG_OVERRIDE= librsvg.pc.in SUBST_CLASSES+= rst2man --_----------=_169450606121240--