svn commit: r488087 - head/databases/mysql57-client/files

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 10:24:18 UTC 2018


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


More information about the svn-ports-all mailing list