pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 2 10:07:53 UTC 2020
Modified Files:
pkgsrc/lang/ruby: Makefile.common
Log Message:
lang/ruby: disable check for unknown configure options
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/lang/ruby/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby/Makefile.common
diff -u pkgsrc/lang/ruby/Makefile.common:1.43 pkgsrc/lang/ruby/Makefile.common:1.44
--- pkgsrc/lang/ruby/Makefile.common:1.43 Sun Mar 29 05:26:54 2020
+++ pkgsrc/lang/ruby/Makefile.common Sat May 2 10:07:53 2020
@@ -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 @@ do-patch:
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