Bugzilla Automation <bugzi...@freebsd.org> has asked k...@freebsd.org for maintainer-feedback: Bug 231542: devel/qt5-qmake: fix build with gcc-based architectures https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231542
--- Description --- Qt5 forcibly sets gcc and g++ as CC and CXX if they exist, which breaks compilation on architectures that don't use LLVM. This patch fixes this issue. Tested on amd64 with clang and on powerpc64.