[med-svn] r1940 - in trunk/packages/insighttoolkit/trunk/debian: . patches
smr at alioth.debian.org
smr at alioth.debian.org
Sat May 31 16:18:40 UTC 2008
Author: smr
Date: 2008-05-31 16:18:39 +0000 (Sat, 31 May 2008)
New Revision: 1940
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch
Log:
Update gcc43.patch.
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2008-05-31 16:16:39 UTC (rev 1939)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2008-05-31 16:18:39 UTC (rev 1940)
@@ -2,8 +2,11 @@
* debian/patches/gccxml-workaround.patch: New. Work around gccxml issue
with #include_next; c.f. http://www.gccxml.org/Bug/view.php?id=7134.
+
+ * debian/patches/gcc43.patch: include <cstring> in itkNeighbourhood.h.
+ This only showed up in the tcl wrapping step.
- -- Steve M. Robbins <smr at debian.org> Fri, 30 May 2008 23:53:42 -0500
+ -- Steve M. Robbins <smr at debian.org> Sat, 31 May 2008 11:18:17 -0500
insighttoolkit (3.6.0-2) unstable; urgency=low
Modified: trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch 2008-05-31 16:16:39 UTC (rev 1939)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/gcc43.patch 2008-05-31 16:18:39 UTC (rev 1940)
@@ -10,7 +10,15 @@
{
--- insighttoolkit-3.6.0.orig/Code/Common/itkNeighborhood.h
+++ insighttoolkit-3.6.0/Code/Common/itkNeighborhood.h
-@@ -73,11 +73,11 @@
+@@ -25,6 +25,7 @@
+ #include "vnl/vnl_vector.h"
+ #include "itkOffset.h"
+ #include <vector>
++#include <cstring>
+
+ namespace itk {
+
+@@ -73,11 +74,11 @@
typedef typename AllocatorType::const_iterator ConstIterator;
/** Size and value typedef support. */
More information about the debian-med-commit
mailing list