Date: Sat, 22 Dec 2018 10:24:17 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488087 - head/databases/mysql57-client/files Message-ID: <201812221024.wBMAOHGZ054961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Dec 22 10:24:17 2018 New Revision: 488087 URL: https://svnweb.freebsd.org/changeset/ports/488087 Log: Actually add the fix. Reported by: maintainer Added: head/databases/mysql57-client/files/patch-cmake_os_FreeBSD.cmake (contents, props changed) Added: head/databases/mysql57-client/files/patch-cmake_os_FreeBSD.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql57-client/files/patch-cmake_os_FreeBSD.cmake Sat Dec 22 10:24:17 2018 (r488087) @@ -0,0 +1,11 @@ +--- cmake/os/FreeBSD.cmake.orig 2018-12-19 17:43:09 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() +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812221024.wBMAOHGZ054961>