diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-06-16 15:05:58 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-06-16 15:05:58 +0000 |
commit | f03caeebaa6e146915d97785e74116d1881c6fe5 (patch) | |
tree | 0bccbe8462c34efe6ec358317e704b8eda7c2ea9 /sci-physics/root/files | |
parent | remove old/obsolete patch (diff) | |
download | gentoo-2-f03caeebaa6e146915d97785e74116d1881c6fe5.tar.gz gentoo-2-f03caeebaa6e146915d97785e74116d1881c6fe5.tar.bz2 gentoo-2-f03caeebaa6e146915d97785e74116d1881c6fe5.zip |
Added more gcc-4.3 love to the mathcore, thanks to Derek Dolney, bug #226013
(Portage version: 2.1.5.5)
Diffstat (limited to 'sci-physics/root/files')
-rw-r--r-- | sci-physics/root/files/root-5.18.00d-gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-physics/root/files/root-5.18.00d-gcc43.patch b/sci-physics/root/files/root-5.18.00d-gcc43.patch index 64093de04e28..16e6c412f58f 100644 --- a/sci-physics/root/files/root-5.18.00d-gcc43.patch +++ b/sci-physics/root/files/root-5.18.00d-gcc43.patch @@ -418,6 +418,17 @@ namespace ROOT { +--- ./mathcore/inc/Math/Minimizer.h.orig 2008-05-29 10:59:38.000000000 -0400 ++++ ./mathcore/inc/Math/Minimizer.h 2008-06-11 23:36:33.000000000 -0400 +@@ -22,6 +22,8 @@ + + #include <limits> + ++#include <string> ++ + //#define DEBUG + #ifdef DEBUG + #include <iostream> --- ./mlp/src/TMLPAnalyzer.cxx.orig 2008-05-25 10:26:07.216552738 +0000 +++ ./mlp/src/TMLPAnalyzer.cxx 2008-05-25 10:26:20.093286541 +0000 @@ -38,6 +38,7 @@ |