svn commit: r498179 - head/lang/io/files

Mark Linimon linimon at FreeBSD.org
Sat Apr 6 19:42:46 UTC 2019


Author: linimon
Date: Sat Apr  6 19:42:44 2019
New Revision: 498179
URL: https://svnweb.freebsd.org/changeset/ports/498179

Log:
  Disable sse on non-x86 archs to fix build.  Forgotten in r498176.
  
  Approved by:	portmgr (tier-2 blanket)

Added:
  head/lang/io/files/extra-patch-CMakeLists.txt   (contents, props changed)

Added: head/lang/io/files/extra-patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/io/files/extra-patch-CMakeLists.txt	Sat Apr  6 19:42:44 2019	(r498179)
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig	2019-04-05 06:24:16 UTC
++++ CMakeLists.txt
+@@ -39,7 +39,6 @@ IF(CMAKE_COMPILER_IS_GNUCC OR (CMAKE_C_C
+ 	SET(CMAKE_BUILD_TYPE_DebugFast)
+ 	SET(CMAKE_CXX_FLAGS_DEBUGFAST "-g -O0")
+ 	SET(CMAKE_C_FLAGS_DEBUGFAST "-g -O0")
+-	SET(CMAKE_C_FLAGS "-msse2")
+ 	if(NOT CMAKE_BUILD_TYPE)
+ 	        SET(CMAKE_BUILD_TYPE "DebugFast")
+ 	endif(NOT CMAKE_BUILD_TYPE)


More information about the svn-ports-all mailing list