aboutsummaryrefslogtreecommitdiffstats
path: root/testing/flightgear/fix-boost.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/flightgear/fix-boost.patch')
-rw-r--r--testing/flightgear/fix-boost.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/flightgear/fix-boost.patch b/testing/flightgear/fix-boost.patch
deleted file mode 100644
index c93b226a0cd..00000000000
--- a/testing/flightgear/fix-boost.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Taken from Gentoo
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -515,7 +515,7 @@
- set(NOMINMAX 1)
- endif(WIN32)
-
--set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION")
-+set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION -DBOOST_NO_STDLIB_CONFIG")
-
- # append the SIMD flags if requested
- if (ENABLE_SIMD)