Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby lang/ruby: disable check for unknown configu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/70269e19f906
branches: trunk
changeset: 430593:70269e19f906
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat May 02 10:07:53 2020 +0000
description:
lang/ruby: disable check for unknown configure options
diffstat:
lang/ruby/Makefile.common | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r bc2f8f5dcadf -r 70269e19f906 lang/ruby/Makefile.common
--- a/lang/ruby/Makefile.common Sat May 02 09:58:36 2020 +0000
+++ b/lang/ruby/Makefile.common Sat May 02 10:07:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2020/03/29 05:26:54 taca Exp $
+# $NetBSD: Makefile.common,v 1.44 2020/05/02 10:07:53 rillig Exp $
#
# Ruby base distribution common definition
#
@@ -80,6 +80,7 @@
CONFIGURE_ARGS+= --disable-pthread
.else
CONFIGURE_ARGS+= --enable-pthread
+GNU_CONFIGURE_STRICT= no # at least ruby25-base doesn't know --enable-pthread
PTHREAD_OPTS+= native
PTHREAD_AUTO_VARS= yes
Home |
Main Index |
Thread Index |
Old Index