Index: Mk/bsd.qt.mk =================================================================== --- Mk/bsd.qt.mk (revision 434403) +++ Mk/bsd.qt.mk (working copy) @@ -175,7 +175,8 @@ ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-libtool . else _EXTRA_PATCHES_QT5= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_create__cmake.prf \ - ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_qt__module.prf + ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-mkspecs_features_qt__module.prf \ + ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-config.tests_unix_arch.test . endif EXTRA_PATCHES?= ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-configure \ ${.CURDIR:H:H}/devel/${_QT_RELNAME}/files/extrapatch-config.tests-unix-compile.test \ Index: devel/qt5/files/extrapatch-config.tests_unix_arch.test =================================================================== --- devel/qt5/files/extrapatch-config.tests_unix_arch.test (nonexistent) +++ devel/qt5/files/extrapatch-config.tests_unix_arch.test (working copy) @@ -0,0 +1,11 @@ +--- config.tests/unix/arch.test.orig 2017-02-05 07:43:57 UTC ++++ config.tests/unix/arch.test +@@ -17,7 +17,7 @@ else + fi + + LFLAGS="$SYSROOT_FLAG" +-CXXFLAGS="$SYSROOT_FLAG" ++CXXFLAGS="$CXXFLAGS $SYSROOT_FLAG" + + while [ "$#" -gt 0 ]; do + PARAM=$1 Property changes on: devel/qt5/files/extrapatch-config.tests_unix_arch.test ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property