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

(-)Makefile (-3 lines)
Lines 9-17 Link Here
9
9
10
LICENSE+=	LGPL21
10
LICENSE+=	LGPL21
11
11
12
BROKEN_powerpc64=	does not build: reports unsupported compiler
13
BROKEN_sparc64=		does not build: reports unsupported compiler
14
15
MASTERDIR=	${.CURDIR}/../mysql80-server
12
MASTERDIR=	${.CURDIR}/../mysql80-server
16
13
17
PKGMESSAGE=	${.CURDIR}/pkg-message
14
PKGMESSAGE=	${.CURDIR}/pkg-message
(-)files/patch-cmake_os_FreeBSD.cmake (+11 lines)
Line 0 Link Here
1
--- cmake/os/FreeBSD.cmake.orig	2018-12-02 11:21:54 UTC
2
+++ cmake/os/FreeBSD.cmake
3
@@ -36,8 +36,6 @@ IF(NOT FORCE_UNSUPPORTED_COMPILER)
4
     IF(NOT HAVE_SUPPORTED_CLANG_VERSION)
5
       MESSAGE(FATAL_ERROR "Clang 3.4 or newer is required!")
6
     ENDIF()
7
-  ELSE()
8
-    MESSAGE(FATAL_ERROR "Unsupported compiler!")
9
   ENDIF()
10
 ENDIF()
11
 

Return to bug 234583