Skip to content

Commit

Permalink
ruby-RMagick: strip --no-as-needed on macOS to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Aug 22, 2023
1 parent b69f9b7 commit 753a194
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion graphics/ruby-RMagick/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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"
Expand Down

0 comments on commit 753a194

Please sign in to comment.