CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/08/19 23:54:43
Modified files:
x11/qt6/qtshadertools: Makefile
Added files:
x11/qt6/qtshadertools/patches: patch-src_glslang_CMakeLists_txt
Log message:
x11/qt6/qtshadertools: fix build with libcxx22, ok rsadowski (maintainer)
Building doc.cc with -O2 gobbles up all the memory and ends with
"LLVM ERROR: out of memory". That's probably a compiler bug.
Force -O1 on that file as a workaround.
