summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-01-25 09:43:22 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-01-25 09:43:22 +0000
commitbd4af6a59e07fa9e0b8c64191d1ed0989df92699 (patch)
tree95c9ce2a382ef9371ca5eb1b379dcbafbce54dca /sci-libs/netcdf/files
parentfix (diff)
downloadgentoo-2-bd4af6a59e07fa9e0b8c64191d1ed0989df92699.tar.gz
gentoo-2-bd4af6a59e07fa9e0b8c64191d1ed0989df92699.tar.bz2
gentoo-2-bd4af6a59e07fa9e0b8c64191d1ed0989df92699.zip
Applied patch for gcc-4.3, closing bug #207346
(Portage version: 2.1.4)
Diffstat (limited to 'sci-libs/netcdf/files')
-rw-r--r--sci-libs/netcdf/files/netcdf-3.6.2-gcc43.patch11
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"
+