From f1af93971b7490792d8541bc790e0d8c6d787059 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 6 Sep 2019 10:28:05 +0100 Subject: gentoo resync : 06.08.2019 --- dev-db/mongodb/files/mongodb-3.4.7-no-boost-check.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev-db/mongodb/files/mongodb-3.4.7-no-boost-check.patch (limited to 'dev-db/mongodb/files') diff --git a/dev-db/mongodb/files/mongodb-3.4.7-no-boost-check.patch b/dev-db/mongodb/files/mongodb-3.4.7-no-boost-check.patch deleted file mode 100644 index 1d908e73f438..000000000000 --- a/dev-db/mongodb/files/mongodb-3.4.7-no-boost-check.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/SConstruct b/SConstruct -index df92e41659..2c387d5a24 100644 ---- a/SConstruct -+++ b/SConstruct -@@ -2831,8 +2831,6 @@ def doConfigure(myenv): - if use_system_version_of_library("boost"): - if not conf.CheckCXXHeader( "boost/filesystem/operations.hpp" ): - myenv.ConfError("can't find boost headers") -- if not conf.CheckBoostMinVersion(): -- myenv.ConfError("system's version of boost is too old. version 1.49 or better required") - - # Note that on Windows with using-system-boost builds, the following - # FindSysLibDep calls do nothing useful (but nothing problematic either) -- cgit v1.2.3