pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-nokogiri



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Aug 21 18:38:16 UTC 2023

Modified Files:
        pkgsrc/textproc/ruby-nokogiri: Makefile

Log Message:
ruby-nokogiri: strip --no-as-needed on macOS to fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/textproc/ruby-nokogiri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.82 pkgsrc/textproc/ruby-nokogiri/Makefile:1.83
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.82 Sat Aug 12 08:43:14 2023
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Mon Aug 21 18:38:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2023/08/12 08:43:14 tsutsui Exp $
+# $NetBSD: Makefile,v 1.83 2023/08/21 18:38:16 schmonz Exp $
 
 DISTNAME=      nokogiri-1.15.4
 CATEGORIES=    textproc
@@ -17,6 +17,8 @@ RUBYGEM_OPTIONS+=     --format-executable
 OVERRIDE_GEMSPEC+=     :files ports/archives/libxml2-2.11.5.tar.gz= \
                        ports/archives/libxslt-1.1.38.tar.gz=
 
+BUILDLINK_TRANSFORM.Darwin+=   rm:-Wl,--no-as-needed
+
 # XXX: work around bug in bootstrap-mk-files, remove when fixed
 MAKE_ENV.SunOS+=       ARFLAGS=rcv
 



Home | Main Index | Thread Index | Old Index