Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 19:49:02 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498185 - branches/2019Q2/lang/io/files
Message-ID:  <201904061949.x36Jn210073750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Apr  6 19:49:02 2019
New Revision: 498185
URL: https://svnweb.freebsd.org/changeset/ports/498185

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

Added:
  branches/2019Q2/lang/io/files/extra-patch-CMakeLists.txt
     - copied unchanged from r498179, head/lang/io/files/extra-patch-CMakeLists.txt
Modified:
Directory Properties:
  branches/2019Q2/   (props changed)

Copied: branches/2019Q2/lang/io/files/extra-patch-CMakeLists.txt (from r498179, head/lang/io/files/extra-patch-CMakeLists.txt)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2019Q2/lang/io/files/extra-patch-CMakeLists.txt	Sat Apr  6 19:49:02 2019	(r498185, copy of r498179, head/lang/io/files/extra-patch-CMakeLists.txt)
@@ -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?201904061949.x36Jn210073750>