pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python37



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Apr 30 04:49:38 UTC 2019

Modified Files:
        pkgsrc/lang/python37: Makefile

Log Message:
lang/python37: remove unknown configure option --with-threads


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/python37/Makefile

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

Modified files:

Index: pkgsrc/lang/python37/Makefile
diff -u pkgsrc/lang/python37/Makefile:1.7 pkgsrc/lang/python37/Makefile:1.8
--- pkgsrc/lang/python37/Makefile:1.7   Thu Apr 25 15:59:54 2019
+++ pkgsrc/lang/python37/Makefile       Tue Apr 30 04:49:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/04/25 15:59:54 roy Exp $
+# $NetBSD: Makefile,v 1.8 2019/04/30 04:49:38 rillig Exp $
 
 .include "dist.mk"
 
@@ -25,7 +25,6 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
 CONFIGURE_ARGS+=       --with-system-ffi
-CONFIGURE_ARGS+=       --with-threads
 CONFIGURE_ARGS+=       --without-ensurepip
 CONFIGURE_ENV+=                OPT=${CFLAGS:M*:Q}
 CONFIGURE_ENV+=                ac_cv_path_mkdir=${TOOLS_PATH.mkdir}



Home | Main Index | Thread Index | Old Index