Index: Makefile =================================================================== --- Makefile (revision 480666) +++ Makefile (working copy) @@ -9,8 +9,6 @@ LICENSE= GPLv2+ -BROKEN_powerpc64= fails to configure: CMake Error at cmake/os/FreeBSD.cmake:34: Unsupported compiler! - MASTERDIR= ${.CURDIR}/../percona57-server OPTIONS_EXCLUDE=TOKUDB Index: files/patch-cmake_os_FreeBSD.cmake =================================================================== --- files/patch-cmake_os_FreeBSD.cmake (nonexistent) +++ files/patch-cmake_os_FreeBSD.cmake (working copy) @@ -0,0 +1,11 @@ +--- cmake/os/FreeBSD.cmake.orig 2018-09-27 09:15:26 UTC ++++ cmake/os/FreeBSD.cmake +@@ -30,8 +30,6 @@ IF(NOT FORCE_UNSUPPORTED_COMPILER) + IF(NOT HAVE_SUPPORTED_CLANG_VERSION) + MESSAGE(FATAL_ERROR "Clang 3.3 or newer is required!") + ENDIF() +- ELSE() +- MESSAGE(FATAL_ERROR "Unsupported compiler!") + ENDIF() + ENDIF() + Property changes on: files/patch-cmake_os_FreeBSD.cmake ___________________________________________________________________ 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