Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C876684D2E for ; Tue, 22 Aug 2023 14:47:58 +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 HfAUWWh8UqYi for ; Tue, 22 Aug 2023 14:47:58 +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 EAA0984EC9 for ; Tue, 22 Aug 2023 14:47:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E43D8FBDB; Tue, 22 Aug 2023 14:47:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692715677229290" MIME-Version: 1.0 Date: Tue, 22 Aug 2023 14:47:57 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/graphics/ruby-RMagick To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20230822144757.E43D8FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692715677229290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Tue Aug 22 14:47:57 UTC 2023 Modified Files: pkgsrc/graphics/ruby-RMagick: Makefile Log Message: ruby-RMagick: strip --no-as-needed on macOS to fix build. To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 pkgsrc/graphics/ruby-RMagick/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692715677229290 Content-Disposition: inline Content-Length: 771 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ruby-RMagick/Makefile diff -u pkgsrc/graphics/ruby-RMagick/Makefile:1.155 pkgsrc/graphics/ruby-RMagick/Makefile:1.156 --- pkgsrc/graphics/ruby-RMagick/Makefile:1.155 Sun Jul 23 12:18:08 2023 +++ pkgsrc/graphics/ruby-RMagick/Makefile Tue Aug 22 14:47:57 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.155 2023/07/23 12:18:08 taca Exp $ +# $NetBSD: Makefile,v 1.156 2023/08/22 14:47:57 schmonz Exp $ DISTNAME= rmagick-5.3.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/} @@ -11,6 +11,8 @@ LICENSE= mit USE_GCC_RUNTIME= yes +BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,--no-as-needed + .include "../../devel/ruby-pkg-config/tool.mk" .include "../../lang/ruby/gem.mk" .include "../../graphics/ImageMagick/buildlink3.mk" --_----------=_1692715677229290--