aboutsummaryrefslogtreecommitdiff
path: root/math/SoPlex/files
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-05-07 22:29:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-05-07 22:29:46 +0000
commit67a9073255c853a66ec40e20ec79b92c2b44bc85 (patch)
tree9d553fcb5181a65656f17c284dc5954946973eb4 /math/SoPlex/files
parent9f6655b0e0dc5c41080004b9e7d0f84295ae8364 (diff)
Notes
Diffstat (limited to 'math/SoPlex/files')
-rw-r--r--math/SoPlex/files/patch-CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/SoPlex/files/patch-CMakeLists.txt b/math/SoPlex/files/patch-CMakeLists.txt
deleted file mode 100644
index 1d739c91b584..000000000000
--- a/math/SoPlex/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2017-12-26 18:14:03 UTC
-+++ CMakeLists.txt
-@@ -85,7 +85,7 @@ if(LEGACY)
- add_definitions(-DTHREADLOCAL=)
- endif()
-
--if(NOT "${CMAKE_CXX_COMPILE_FEATURES}" MATCHES "cxx_thread_local")
-+if(NOT "${CMAKE_CXX_COMPILE_FEATURES}" MATCHES "cxx_thread_local" OR FREEBSD_NO_CXX_THREAD_LOCAL_BUG224581)
- add_definitions(-DTHREADLOCAL=)
- endif()
-