Index: head/math/ogdf/files/patch-cmake_compiler-specifics.cmake =================================================================== --- head/math/ogdf/files/patch-cmake_compiler-specifics.cmake (nonexistent) +++ head/math/ogdf/files/patch-cmake_compiler-specifics.cmake (revision 540362) @@ -0,0 +1,12 @@ +--- cmake/compiler-specifics.cmake.orig 2020-02-09 22:05:19 UTC ++++ cmake/compiler-specifics.cmake +@@ -15,7 +15,8 @@ endif() + # use native arch (ie, activate things like SSE) + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang") + # cannot use add_definitions() here because it does not work with check-sse3.cmake +- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native") ++ # 20200624 disable this for FreeBSD package building machines. ++ #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native") + endif() + + # set default warning flags for OGDF and tests Property changes on: head/math/ogdf/files/patch-cmake_compiler-specifics.cmake ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property