View | Details | Raw Unified | Return to bug 231758
Collapse All | Expand All

(-)Makefile (-2 lines)
Lines 9-16 Link Here
9
9
10
LICENSE=	GPLv2+
10
LICENSE=	GPLv2+
11
11
12
BROKEN_powerpc64=	fails to configure: CMake Error at cmake/os/FreeBSD.cmake:34: Unsupported compiler!
13
14
MASTERDIR=	${.CURDIR}/../percona57-server
12
MASTERDIR=	${.CURDIR}/../percona57-server
15
13
16
OPTIONS_EXCLUDE=TOKUDB
14
OPTIONS_EXCLUDE=TOKUDB
(-)files/patch-cmake_os_FreeBSD.cmake (+11 lines)
Line 0 Link Here
1
--- cmake/os/FreeBSD.cmake.orig	2018-09-27 09:15:26 UTC
2
+++ cmake/os/FreeBSD.cmake
3
@@ -30,8 +30,6 @@ IF(NOT FORCE_UNSUPPORTED_COMPILER)
4
     IF(NOT HAVE_SUPPORTED_CLANG_VERSION)
5
       MESSAGE(FATAL_ERROR "Clang 3.3 or newer is required!")
6
     ENDIF()
7
-  ELSE()
8
-    MESSAGE(FATAL_ERROR "Unsupported compiler!")
9
   ENDIF()
10
 ENDIF()
11
 

Return to bug 231758