diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-02-11 21:29:20 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-02-11 21:29:20 +0000 |
commit | fd4e3b3486d1628394ae11856635da9f039dd88d (patch) | |
tree | 2572214f4e7c1e2453e1f923fc9fbae2d71f9489 /sci-visualization/paraview/files/paraview-3.98.0-xdmf-cstring.patch | |
parent | Stable on amd64, wrt bug #456374 (diff) | |
download | gentoo-2-fd4e3b3486d1628394ae11856635da9f039dd88d.tar.gz gentoo-2-fd4e3b3486d1628394ae11856635da9f039dd88d.tar.bz2 gentoo-2-fd4e3b3486d1628394ae11856635da9f039dd88d.zip |
version bump wrt #317345
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'sci-visualization/paraview/files/paraview-3.98.0-xdmf-cstring.patch')
-rw-r--r-- | sci-visualization/paraview/files/paraview-3.98.0-xdmf-cstring.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-visualization/paraview/files/paraview-3.98.0-xdmf-cstring.patch b/sci-visualization/paraview/files/paraview-3.98.0-xdmf-cstring.patch new file mode 100644 index 000000000000..665f40ad4fa7 --- /dev/null +++ b/sci-visualization/paraview/files/paraview-3.98.0-xdmf-cstring.patch @@ -0,0 +1,12 @@ +gcc header fix + +--- ParaView-3.98.0-src/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfObject.h ++++ ParaView-3.98.0-src/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfObject.h +@@ -82,6 +82,7 @@ + # ifdef UNIX + # include "sys/file.h" + # include "strings.h" ++# include <cstring> + # define STRCASECMP strcasecmp + # define STRNCASECMP strncasecmp + # define STRCMP strcmp |