summaryrefslogtreecommitdiff
path: root/dev-db/mongodb/files/mongodb-2.2-r1-fix-boost.patch
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-12-31 15:07:02 +0100
committerUltrabug <ultrabug@gentoo.org>2016-01-03 13:26:50 +0100
commit28a3f51f40f5252ce059ef182b3dd4cf516cfd77 (patch)
tree6888cb8e40f6da242b487bd3bfbee4c4abbc5b5a /dev-db/mongodb/files/mongodb-2.2-r1-fix-boost.patch
parent2ed174f375c9f52ee5e78e2836ef346f792eb107 (diff)
downloadgentoo-28a3f51f40f5252ce059ef182b3dd4cf516cfd77.tar.gz
gentoo-28a3f51f40f5252ce059ef182b3dd4cf516cfd77.tar.bz2
gentoo-28a3f51f40f5252ce059ef182b3dd4cf516cfd77.zip
dev-db/mongodb: drop 2.4 series after bumping mongochem deps
Package-Manager: portage-2.2.25
Diffstat (limited to 'dev-db/mongodb/files/mongodb-2.2-r1-fix-boost.patch')
-rw-r--r--dev-db/mongodb/files/mongodb-2.2-r1-fix-boost.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-db/mongodb/files/mongodb-2.2-r1-fix-boost.patch b/dev-db/mongodb/files/mongodb-2.2-r1-fix-boost.patch
deleted file mode 100644
index b6c9a1eb55df..000000000000
--- a/dev-db/mongodb/files/mongodb-2.2-r1-fix-boost.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- mongodb-src-r2.2.0/SConstruct.old 2012-10-09 12:41:25.000000000 -0400
-+++ mongodb-src-r2.2.0/SConstruct 2012-10-09 12:41:41.000000000 -0400
-@@ -171,8 +171,8 @@
- add_option( "extrapathdyn", "comma separated list of add'l paths (--extrapath /opt/foo/,/foo) dynamic linking" , 1 , True )
- add_option( "extralib", "comma separated list of libraries (--extralib js_static,readline" , 1 , True )
-
--add_option( "boost-compiler", "compiler used for boost (gcc41)" , 1 , True , "boostCompiler" )
--add_option( "boost-version", "boost version for linking(1_38)" , 1 , True , "boostVersion" )
-+add_option( "boost-compiler", "compiler used for boost (gcc41)" , 1 , False , "boostCompiler" )
-+add_option( "boost-version", "boost version for linking(1_38)" , 1 , False , "boostVersion" )
-
- add_option( "no-glibc-check" , "don't check for new versions of glibc" , 0 , False )
-