pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python312



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jan  3 23:25:44 UTC 2026

Modified Files:
        pkgsrc/lang/python312: Makefile

Log Message:
lang/python312: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/python312/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/python312/Makefile
diff -u pkgsrc/lang/python312/Makefile:1.31 pkgsrc/lang/python312/Makefile:1.32
--- pkgsrc/lang/python312/Makefile:1.31 Wed Jun  4 14:14:53 2025
+++ pkgsrc/lang/python312/Makefile      Sat Jan  3 23:25:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2025/06/04 14:14:53 adam Exp $
+# $NetBSD: Makefile,v 1.32 2026/01/03 23:25:44 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+=       --with-system-expat



Home | Main Index | Thread Index | Old Index