CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/07/04 06:01:52
Modified files:
x11/qt5/qtbase : Makefile
Added files:
x11/qt5/qtbase/patches:
patch-src_corelib_thread_qwaitcondition_unix_cpp
Log message:
qt5/qtbase: add hack to work around geq/qgis build failure on aarch64
atexit handlers in Python when running the pyuic_wrapper.sh during the
geo/qgis build segfault due to a double free in the QWaitCondition
destructor. Add a workaround to avoid this.
discussed with landry, phessler
ok rsadowski