summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexys Jacob <ultrabug@gentoo.org>2019-08-21 09:21:27 +0200
committerAlexys Jacob <ultrabug@gentoo.org>2019-08-21 09:21:27 +0200
commit191e8a56e7f08a9c41b26e620ef3ac3c62acb836 (patch)
treeebc314c9faea1901c9aca00b8fec2ff1693f5084 /dev-db/mongodb/files
parentdev-db/mongodb: migrate to python-any-r1, fix #692080 (diff)
downloadgentoo-191e8a56e7f08a9c41b26e620ef3ac3c62acb836.tar.gz
gentoo-191e8a56e7f08a9c41b26e620ef3ac3c62acb836.tar.bz2
gentoo-191e8a56e7f08a9c41b26e620ef3ac3c62acb836.zip
dev-db/mongodb: remove obsolete patch
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'dev-db/mongodb/files')
-rw-r--r--dev-db/mongodb/files/mongodb-3.4.7-no-boost-check.patch13
1 files changed, 0 insertions, 13 deletions
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)