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:   markd
Date:           Wed Jul  2 03:57:33 UTC 2025

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

Log Message:
ruby-nokogiri: Linux also needs ARFLAGS=rcv


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 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.103 pkgsrc/textproc/ruby-nokogiri/Makefile:1.104
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.103        Tue Apr 29 11:04:47 2025
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Wed Jul  2 03:57:33 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2025/04/29 11:04:47 tsutsui Exp $
+# $NetBSD: Makefile,v 1.104 2025/07/02 03:57:33 markd Exp $
 
 DISTNAME=      nokogiri-1.18.8
 CATEGORIES=    textproc
@@ -22,6 +22,7 @@ BUILDLINK_TRANSFORM.Darwin+=  rm:-Wl,--no
 
 # XXX: work around bug in bootstrap-mk-files, remove when fixed
 MAKE_ENV.SunOS+=       ARFLAGS=rcv
+MAKE_ENV.Linux+=       ARFLAGS=rcv
 
 .include "../../devel/ruby-pkg-config/tool.mk"
 .include "../../textproc/libxml2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index