diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-25 09:43:22 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-25 09:43:22 +0000 |
commit | 787c1ecd70e89c04301d501f32ea425460c585cb (patch) | |
tree | 4e01c0cbe49062cadf189a7f0cf730b72e072f91 /sci-libs/netcdf/files | |
parent | fix (diff) | |
download | historical-787c1ecd70e89c04301d501f32ea425460c585cb.tar.gz historical-787c1ecd70e89c04301d501f32ea425460c585cb.tar.bz2 historical-787c1ecd70e89c04301d501f32ea425460c585cb.zip |
Applied patch for gcc-4.3, closing bug #207346
Package-Manager: portage-2.1.4
Diffstat (limited to 'sci-libs/netcdf/files')
-rw-r--r-- | sci-libs/netcdf/files/netcdf-3.6.2-gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/netcdf/files/netcdf-3.6.2-gcc43.patch b/sci-libs/netcdf/files/netcdf-3.6.2-gcc43.patch new file mode 100644 index 000000000000..2c4c0f749746 --- /dev/null +++ b/sci-libs/netcdf/files/netcdf-3.6.2-gcc43.patch @@ -0,0 +1,11 @@ +--- cxx/ncvalues.cpp.orig 2008-01-25 09:15:53.766455735 +0000 ++++ cxx/ncvalues.cpp 2008-01-25 09:16:07.888196889 +0000 +@@ -9,7 +9,7 @@ + + #include <config.h> + #include <iostream> +-#include <string> ++#include <cstring> + + #include "ncvalues.h" + |