UPDATE: lang/python 3.11.9 > 3.11.10
This commit is contained in:
parent
c1886eef17
commit
40b4e1a5e9
14 changed files with 131 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue