pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python311



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 19 16:58:46 UTC 2026

Modified Files:
        pkgsrc/lang/python311: Makefile

Log Message:
Remove --with-system-expat configure option


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/python311/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/python311/Makefile
diff -u pkgsrc/lang/python311/Makefile:1.44 pkgsrc/lang/python311/Makefile:1.45
--- pkgsrc/lang/python311/Makefile:1.44 Wed Mar  4 06:51:45 2026
+++ pkgsrc/lang/python311/Makefile      Thu Mar 19 16:58:45 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2026/03/04 06:51:45 adam Exp $
+# $NetBSD: Makefile,v 1.45 2026/03/19 16:58:45 adam Exp $
 
 .include "dist.mk"
 
@@ -38,7 +38,6 @@ USE_TOOLS+=           pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
-CONFIGURE_ARGS+=       --with-system-expat
 CONFIGURE_ARGS+=       --with-system-ffi
 CONFIGURE_ARGS+=       --without-ensurepip
 CONFIGURE_ARGS+=       --without-system-expat # requires expat_config.h



Home | Main Index | Thread Index | Old Index