1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

databases/percona57-client: Fix build with ppc64

PR:		231758
MFH:		2018Q4
This commit is contained in:
Mark Felder 2018-10-04 15:07:30 +00:00
parent 75ec941c4e
commit 3701c113a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481225
2 changed files with 11 additions and 2 deletions

View File

@ -9,8 +9,6 @@ COMMENT= Multithreaded SQL database (client)
LICENSE= GPLv2+
BROKEN_powerpc64= fails to configure: CMake Error at cmake/os/FreeBSD.cmake:34: Unsupported compiler!
MASTERDIR= ${.CURDIR}/../percona57-server
OPTIONS_EXCLUDE=TOKUDB

View File

@ -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()