summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2017-09-05 18:05:26 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-09-21 21:49:59 +0200
commit85ff1fbcf12527d575e1bf4e5ec914e9a2e93c7c (patch)
tree529b5c5b06cac9dc2136f8390ec0b239b12a0ff1 /dev-db/mongodb/files
parentapp-admin/mongo-tools: version bump to 3.4.7. (diff)
downloadgentoo-85ff1fbcf12527d575e1bf4e5ec914e9a2e93c7c.tar.gz
gentoo-85ff1fbcf12527d575e1bf4e5ec914e9a2e93c7c.tar.bz2
gentoo-85ff1fbcf12527d575e1bf4e5ec914e9a2e93c7c.zip
dev-db/mongodb: version bump to 3.4.7.
Gentoo-Bug: https://bugs.gentoo.org/630566 Package-Manager: Portage-2.3.8, Repoman-2.3.2
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, 13 insertions, 0 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
new file mode 100644
index 000000000000..1d908e73f438
--- /dev/null
+++ b/dev-db/mongodb/files/mongodb-3.4.7-no-boost-check.patch
@@ -0,0 +1,13 @@
+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)