diff options
author | jperkin <jperkin@pkgsrc.org> | 2021-09-21 09:36:03 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2021-09-21 09:36:03 +0000 |
commit | 40060cc18fe4b8a4fde9cf8e3d3186b16f2ad665 (patch) | |
tree | 2f741b2f10fe8477f7d1945e8e5ff57c96e8d1fb | |
parent | c83f513525b3a645475b5d861ebff502ed6b8234 (diff) | |
download | pkgsrc-40060cc18fe4b8a4fde9cf8e3d3186b16f2ad665.tar.gz |
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.
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index c25d4e35794..132583c97e8 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -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 @@ OVERRIDE_GEMSPEC+= mini_portile2>=2.6.1 \ :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" |