summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-06-16 15:05:58 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-06-16 15:05:58 +0000
commitf03caeebaa6e146915d97785e74116d1881c6fe5 (patch)
tree0bccbe8462c34efe6ec358317e704b8eda7c2ea9 /sci-physics
parentremove old/obsolete patch (diff)
downloadgentoo-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')
-rw-r--r--sci-physics/root/ChangeLog7
-rw-r--r--sci-physics/root/files/root-5.18.00d-gcc43.patch11
2 files changed, 17 insertions, 1 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index 1f86a1808fe6..04a17dc97df2 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-physics/root
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.26 2008/05/30 09:08:28 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.27 2008/06/16 15:05:57 bicatali Exp $
+
+ 16 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org>
+ files/root-5.18.00d-gcc43.patch:
+ Added more gcc-4.3 love to the mathcore, thanks to Derek Dolney, bug
+ #226013
30 May 2008; Sébastien Fabbro <bicatali@gentoo.org>
files/xrootd-20071116-gcc43.patch:
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 @@