pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python36



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 15 16:55:44 UTC 2019

Modified Files:
        pkgsrc/lang/python36: Makefile

Log Message:
python36: also remove --without-pymalloc from Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/python36/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/python36/Makefile
diff -u pkgsrc/lang/python36/Makefile:1.19 pkgsrc/lang/python36/Makefile:1.20
--- pkgsrc/lang/python36/Makefile:1.19  Wed Jul  3 20:10:41 2019
+++ pkgsrc/lang/python36/Makefile       Tue Oct 15 16:55:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/07/03 20:10:41 adam Exp $
+# $NetBSD: Makefile,v 1.20 2019/10/15 16:55:44 adam Exp $
 
 .include "dist.mk"
 
@@ -26,7 +26,6 @@ CONFIGURE_ARGS+=      --enable-shared
 CONFIGURE_ARGS+=       --with-system-ffi
 CONFIGURE_ARGS+=       --with-threads
 CONFIGURE_ARGS+=       --without-ensurepip
-CONFIGURE_ARGS+=       --without-pymalloc
 CONFIGURE_ENV+=                OPT=${CFLAGS:M*:Q}
 CONFIGURE_ENV+=                ac_cv_path_mkdir=${TOOLS_PATH.mkdir}
 PKGCONFIG_OVERRIDE+=   Misc/python.pc.in



Home | Main Index | Thread Index | Old Index