pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-nokogiri ruby-nokogiri: Work around ARFL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4b8a89800bb
branches:  trunk
changeset: 458860:d4b8a89800bb
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Sep 21 09:36:03 2021 +0000

description:
ruby-nokogiri: Work around ARFLAGS bug on SunOS.

This can be removed once bootstrap-mk-files is fixed after the freeze and when
it's likely that most users have switched to a newer bootstrap.

diffstat:

 textproc/ruby-nokogiri/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7b750c093954 -r d4b8a89800bb textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile   Tue Sep 21 03:24:19 2021 +0000
+++ b/textproc/ruby-nokogiri/Makefile   Tue Sep 21 09:36:03 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/09/18 08:05:09 taca Exp $
+# $NetBSD: Makefile,v 1.63 2021/09/21 09:36:03 jperkin Exp $
 
 DISTNAME=      nokogiri-1.12.4
 CATEGORIES=    textproc
@@ -19,6 +19,9 @@
                        :files ports/archives/libxml2-2.9.12.tar.gz= \
                        ports/archives/libxslt-1.1.34.tar.gz=
 
+# XXX: work around bug in bootstrap-mk-files, remove when fixed
+MAKE_ENV.SunOS+=       ARFLAGS=rcv
+
 .include "../../devel/ruby-pkg-config/tool.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index