CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/06/04 08:14:27
Modified files:
x11/qt5 : Makefile.inc
Log message:
x11/qt5: allow ONLY_FOR_ARCHS to be overridden by ports underneath this dir.
-ONLY_FOR_ARCHS = ${GCC4_ARCHS} ${CLANG_ARCHS}
+ONLY_FOR_ARCHS ?= ${GCC4_ARCHS} ${CLANG_ARCHS}
The only port changed by this is qtwebengine, making it honour the more
restrictive ONLY_FOR_ARCHS setting in its Makefile.
