pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ruby-RMagick



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.

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"



Home | Main Index | Thread Index | Old Index