public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk/files: vtk-5.0.4-gcc4.3.patch
@ 2008-05-24 18:56 Markus Dittrich (markusle)
  0 siblings, 0 replies; only message in thread
From: Markus Dittrich (markusle) @ 2008-05-24 18:56 UTC (permalink / raw
  To: gentoo-commits

markusle    08/05/24 18:56:06

  Added:                vtk-5.0.4-gcc4.3.patch
  Log:
  Added gcc-4.3 compatibility patch (see bug #223383).
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.1                  sci-libs/vtk/files/vtk-5.0.4-gcc4.3.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/vtk/files/vtk-5.0.4-gcc4.3.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/vtk/files/vtk-5.0.4-gcc4.3.patch?rev=1.1&content-type=text/plain

Index: vtk-5.0.4-gcc4.3.patch
===================================================================
diff -Naur VTK/Utilities/DICOMParser/DICOMAppHelper.cxx VTK.new/Utilities/DICOMParser/DICOMAppHelper.cxx
--- VTK/Utilities/DICOMParser/DICOMAppHelper.cxx	2007-05-03 13:12:13.000000000 -0400
+++ VTK.new/Utilities/DICOMParser/DICOMAppHelper.cxx	2008-05-24 13:44:18.000000000 -0400
@@ -34,6 +34,7 @@
 #include <string>
 #include <math.h>
 #include <algorithm>
+#include <cstring>
 #if defined(__BORLANDC__)
 #include <mem.h> // for memcpy
 #endif
diff -Naur VTK/Utilities/DICOMParser/DICOMFile.cxx VTK.new/Utilities/DICOMParser/DICOMFile.cxx
--- VTK/Utilities/DICOMParser/DICOMFile.cxx	2005-07-26 16:02:22.000000000 -0400
+++ VTK.new/Utilities/DICOMParser/DICOMFile.cxx	2008-05-24 13:44:18.000000000 -0400
@@ -24,6 +24,7 @@
 
 #include <stdio.h>
 #include <string>
+#include <cstring>
 
 #include "DICOMConfig.h"
 #include "DICOMFile.h"
diff -Naur VTK/Utilities/DICOMParser/DICOMParser.cxx VTK.new/Utilities/DICOMParser/DICOMParser.cxx
--- VTK/Utilities/DICOMParser/DICOMParser.cxx	2006-03-24 10:59:50.000000000 -0500
+++ VTK.new/Utilities/DICOMParser/DICOMParser.cxx	2008-05-24 13:44:19.000000000 -0400
@@ -37,6 +37,7 @@
 #endif
 
 #include <string>
+#include <cstring>
 
 #include "DICOMConfig.h"
 #include "DICOMParser.h"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-24 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-24 18:56 [gentoo-commits] gentoo-x86 commit in sci-libs/vtk/files: vtk-5.0.4-gcc4.3.patch Markus Dittrich (markusle)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox