pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python313



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jan  3 23:28:32 UTC 2026

Modified Files:
        pkgsrc/lang/python313: Makefile

Log Message:
lang/python313: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/python313/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/python313/Makefile
diff -u pkgsrc/lang/python313/Makefile:1.27 pkgsrc/lang/python313/Makefile:1.28
--- pkgsrc/lang/python313/Makefile:1.27 Thu Dec  4 15:24:11 2025
+++ pkgsrc/lang/python313/Makefile      Sat Jan  3 23:28:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2025/12/04 15:24:11 adam Exp $
+# $NetBSD: Makefile,v 1.28 2026/01/03 23:28:32 rillig Exp $
 
 .include "dist.mk"
 
@@ -36,6 +36,7 @@ USE_LANGUAGES=                c c++
 USE_TOOLS+=            pkg-config
 USE_CC_FEATURES+=      c11
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_ICONV=   no
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
 CONFIGURE_ARGS+=       --without-ensurepip



Home | Main Index | Thread Index | Old Index