summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-06-22 11:35:44 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-06-22 11:35:44 +0000
commit6cf05ebb73796a2f7d04fbf67d9917e235acfaa1 (patch)
tree4936f72c764c9d3f285c7bfe1327d24a9da3a221 /sci-libs/hdf5/files
parentamd64 stable, bug #228593 (diff)
downloadhistorical-6cf05ebb73796a2f7d04fbf67d9917e235acfaa1.tar.gz
historical-6cf05ebb73796a2f7d04fbf67d9917e235acfaa1.tar.bz2
historical-6cf05ebb73796a2f7d04fbf67d9917e235acfaa1.zip
Added patch to allow compilation with gcc-4.3 (fixes bug #228341).
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-SENTINEL-3 i686
Diffstat (limited to 'sci-libs/hdf5/files')
-rw-r--r--sci-libs/hdf5/files/hdf5-1.6.6-gcc4.3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/hdf5/files/hdf5-1.6.6-gcc4.3.patch b/sci-libs/hdf5/files/hdf5-1.6.6-gcc4.3.patch
new file mode 100644
index 000000000000..f7a55898eedc
--- /dev/null
+++ b/sci-libs/hdf5/files/hdf5-1.6.6-gcc4.3.patch
@@ -0,0 +1,11 @@
+diff -Naur hdf5-1.6.6/c++/src/H5PropList.cpp hdf5-1.6.6.new/c++/src/H5PropList.cpp
+--- hdf5-1.6.6/c++/src/H5PropList.cpp 2007-08-16 12:12:26.000000000 -0400
++++ hdf5-1.6.6.new/c++/src/H5PropList.cpp 2008-06-22 06:32:28.000000000 -0400
+@@ -18,6 +18,7 @@
+ #else
+ #include <iostream>
+ #endif
++#include <stdlib.h>
+ #include <string>
+
+ #include "H5Include.h"