diff options
| author | Michał Górny <mgorny@gentoo.org> | 2016-01-01 11:35:49 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2016-01-01 11:35:49 +0100 |
| commit | ea24e4c1ad373d820f4c1022eda7b6bffc2679a7 (patch) | |
| tree | 30141a7dd1aba6948c124658e275ad23b9e65603 /dev-db/mongodb/files/mongodb-2.2-r1-fix-boost.patch | |
| parent | 4300ad9d544fdff5c37b387084bfdca0d4eb7ea3 (diff) | |
| download | gentoo-ea24e4c1ad373d820f4c1022eda7b6bffc2679a7.tar.gz gentoo-ea24e4c1ad373d820f4c1022eda7b6bffc2679a7.tar.bz2 gentoo-ea24e4c1ad373d820f4c1022eda7b6bffc2679a7.zip | |
dev-db/mongodb: [QA] Revert "drop 2.4 series"
Revert the removal of last ebuilds satisfying
dev-db/mongodb[sharedclient] as required by sci-chemistry/mongochem.
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.patch | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 000000000000..b6c9a1eb55df --- /dev/null +++ b/dev-db/mongodb/files/mongodb-2.2-r1-fix-boost.patch @@ -0,0 +1,13 @@ +--- 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 ) + |
