CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/12/06 08:58:08
Modified files:
lang/python/3.11: Makefile
Log message:
Python 3.11: fix tkinter build on gcc-archs
ld.bfd requires explicit linking against libpthread, this way the configure
check succeeds and the tkinter module is built.
ok sthen
