bsd.qt.mk sets QMAKESPEC based on CXX. This is done in the "early" stage of bsd.port.mk processing (!_POSTMKINCLUDED). bsd.gcc.mk may change CXX value based on USE_GCC (or WITH_GCC/WANT_CC in the future). But this is done in the "main" stage (_POSTMKINCLUDED).
Thus, QMAKESPEC may fail to honor USE_GCC. Is there a good reason that QMAKESPEC is derived that early? Could that logic be moved to the "main" stage? Alternatively, maybe USE_GCC -> CXX logic should be moved to the "early" stage? -- Andriy Gapon
_______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information