aboutsummaryrefslogtreecommitdiff
path: root/ports/wt/0003-disable-boost-autolink.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/wt/0003-disable-boost-autolink.patch')
-rw-r--r--ports/wt/0003-disable-boost-autolink.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/wt/0003-disable-boost-autolink.patch b/ports/wt/0003-disable-boost-autolink.patch
deleted file mode 100644
index 9f7069b6e..000000000
--- a/ports/wt/0003-disable-boost-autolink.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/WtFindBoost.txt b/cmake/WtFindBoost.txt
-index e86fd7e..a017f6f 100644
---- a/cmake/WtFindBoost.txt
-+++ b/cmake/WtFindBoost.txt
-@@ -122,7 +122,7 @@ IF (Boost_FOUND)
- SET(BOOST_WTHTTP_MT_FOUND TRUE)
- SET(BOOST_WTHTTP_FOUND TRUE)
-
-- IF(MSVC AND Boost_MAJOR_VERSION EQUAL 1 AND Boost_MINOR_VERSION LESS 70)
-+ IF(0)
- # use autolink
- SET(BOOST_WT_LIBRARIES "")
- SET(BOOST_WTHTTP_LIBRARIES "")