pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-qdbm



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 17:15:33 UTC 2020

Modified Files:
        pkgsrc/databases/ruby-qdbm: Makefile

Log Message:
databases/ruby-qdbm: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/ruby-qdbm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/ruby-qdbm/Makefile
diff -u pkgsrc/databases/ruby-qdbm/Makefile:1.17 pkgsrc/databases/ruby-qdbm/Makefile:1.18
--- pkgsrc/databases/ruby-qdbm/Makefile:1.17    Sat Apr 25 19:50:42 2020
+++ pkgsrc/databases/ruby-qdbm/Makefile Sun May 31 17:15:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/04/25 19:50:42 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/31 17:15:33 rillig Exp $
 #
 
 .include "../../databases/qdbm/Makefile.common"
@@ -18,6 +18,7 @@ BUILD_DIRS=   ${MY_SUBDIR}
 CONFIGURE_DIRS=        ${MY_SUBDIR}
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_PTHREAD= no
 MAKE_ENV+=             RUBY_EXTCONF_ARGS=${RUBY_EXTCONF_ARGS:Q}
 TEST_TARGET=           check
 #USE_RUBY_EXTCONF=     yes



Home | Main Index | Thread Index | Old Index