CVSROOT: /cvs Module name: ports Changes by: rsadow...@cvs.openbsd.org 2025/08/09 23:30:00
Modified files: x11/qt6 : qt6.port.mk Log message: Set LC_CTYPE to C.UTF-8 in qt6.port.mk The reason for this is to get rid of the following warning during the build: # Detected locale "C" with character encoding "US-ASCII", which is not UTF-8. # Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. In the end we have C.UTF-8 anyway. The build locale doesn't affect runtime behavior. Qt6 apps work fine with whatever locale the user sets. I tested this - no crashes or weird behavior with C locale users. Feedback form schwarze@