Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5/files: hdf5-1.6.6-gcc4.3.patch
Date: Sun, 22 Jun 2008 11:35:49
Message-Id: E1KANrE-0001JW-HH@stork.gentoo.org
1 markusle 08/06/22 11:35:44
2
3 Added: hdf5-1.6.6-gcc4.3.patch
4 Log:
5 Added patch to allow compilation with gcc-4.3 (fixes bug #228341).
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-SENTINEL-3 i686)
7
8 Revision Changes Path
9 1.1 sci-libs/hdf5/files/hdf5-1.6.6-gcc4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.6.6-gcc4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.6.6-gcc4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: hdf5-1.6.6-gcc4.3.patch
15 ===================================================================
16 diff -Naur hdf5-1.6.6/c++/src/H5PropList.cpp hdf5-1.6.6.new/c++/src/H5PropList.cpp
17 --- hdf5-1.6.6/c++/src/H5PropList.cpp 2007-08-16 12:12:26.000000000 -0400
18 +++ hdf5-1.6.6.new/c++/src/H5PropList.cpp 2008-06-22 06:32:28.000000000 -0400
19 @@ -18,6 +18,7 @@
20 #else
21 #include <iostream>
22 #endif
23 +#include <stdlib.h>
24 #include <string>
25
26 #include "H5Include.h"
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list