diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-03 10:16:31 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-03 10:16:31 +0000 |
commit | 171f748bbc68d385c0f92bba5b642404ec1a14b5 (patch) | |
tree | 76d9aea3f660488fb3abc80a2afde52b41504baf /sci-libs/minuit/files | |
parent | Cleaning (diff) | |
download | gentoo-2-171f748bbc68d385c0f92bba5b642404ec1a14b5.tar.gz gentoo-2-171f748bbc68d385c0f92bba5b642404ec1a14b5.tar.bz2 gentoo-2-171f748bbc68d385c0f92bba5b642404ec1a14b5.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/minuit/files')
-rw-r--r-- | sci-libs/minuit/files/minuit-5.20.00-gcc43.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/minuit/files/minuit-5.20.00-gcc43.patch b/sci-libs/minuit/files/minuit-5.20.00-gcc43.patch new file mode 100644 index 000000000000..f19788f12705 --- /dev/null +++ b/sci-libs/minuit/files/minuit-5.20.00-gcc43.patch @@ -0,0 +1,12 @@ +--- test/MnSim/GaussRandomGen.h.orig 2008-07-03 11:03:17.000000000 +0100 ++++ test/MnSim/GaussRandomGen.h 2008-07-03 11:03:42.000000000 +0100 +@@ -10,7 +10,8 @@ + #ifndef MN_GaussRandomGen_H_ + #define MN_GaussRandomGen_H_ + +-#include <math.h> ++#include <cmath> ++#include <cstdlib> + + namespace ROOT { + |