Skip to content

Commit

Permalink
ruby-nokogiri: strip --no-as-needed on macOS to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Aug 21, 2023
1 parent b42d6c0 commit 4fc3662
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion textproc/ruby-nokogiri/Makefile
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 4fc3662

Please sign in to comment.