Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 19:42:45 +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: r498179 - head/lang/io/files
Message-ID:  <201904061942.x36JgjPt072636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061942.x36JgjPt072636>