UPDATE: lang/python 3.11.9 > 3.11.10

This commit is contained in:
purplerain 2024-09-19 05:57:48 +00:00
parent c1886eef17
commit 40b4e1a5e9
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
14 changed files with 131 additions and 28 deletions

View file

@ -114,15 +114,16 @@ AUTOCONF_VERSION = 2.69
CONFIGURE_STYLE = autoconf
CONFIGURE_ARGS += --enable-shared
CONFIGURE_ARGS += --enable-ipv6 \
--with-system-expat \
--with-system-ffi
.if ${VERSION} == "2.7"
CONFIGURE_ARGS += --with-fpectl \
--with-threads \
--enable-ipv6 \
--with-system-expat \
--with-system-ffi \
--with-tcltk-includes='-I${MODTCL_INCDIR} -I${MODTK_INCDIR} -I${X11BASE}/include' \
--with-tcltk-libs='-L${X11BASE}/lib -l${MODTCL_LIB} -l${MODTK_LIB}'
.if ${VERSION} != "2.7"
.else
CONFIGURE_ARGS += --enable-loadable-sqlite-extensions
. if ${PROPERTIES:Mlld}
CONFIGURE_ARGS += --with-lto