[med-svn] r7967 - in trunk/packages/vxl/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Wed Sep 28 10:13:45 UTC 2011


Author: malat-guest
Date: 2011-09-28 10:13:44 +0000 (Wed, 28 Sep 2011)
New Revision: 7967

Added:
   trunk/packages/vxl/trunk/debian/patches/fix_alphacomp.patch
Modified:
   trunk/packages/vxl/trunk/debian/changelog
   trunk/packages/vxl/trunk/debian/patches/series
Log:
Adding a patch for alpha

Modified: trunk/packages/vxl/trunk/debian/changelog
===================================================================
--- trunk/packages/vxl/trunk/debian/changelog	2011-09-28 08:58:51 UTC (rev 7966)
+++ trunk/packages/vxl/trunk/debian/changelog	2011-09-28 10:13:44 UTC (rev 7967)
@@ -1,3 +1,9 @@
+vxl (1.14.0-10) UNRELEASED; urgency=low
+
+  * Fix compilation on alpha
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Wed, 28 Sep 2011 12:13:03 +0200
+
 vxl (1.14.0-9) unstable; urgency=low
 
   * Rename libmcal to libmul_mcal. Closes: #639269

Added: trunk/packages/vxl/trunk/debian/patches/fix_alphacomp.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/fix_alphacomp.patch	                        (rev 0)
+++ trunk/packages/vxl/trunk/debian/patches/fix_alphacomp.patch	2011-09-28 10:13:44 UTC (rev 7967)
@@ -0,0 +1,13 @@
+Index: vxl-1.14.0/v3p/Qv/QvDict.cxx
+===================================================================
+--- vxl-1.14.0.orig/v3p/Qv/QvDict.cxx	2011-09-28 12:12:46.000000000 +0200
++++ vxl-1.14.0/v3p/Qv/QvDict.cxx	2011-09-28 12:12:51.000000000 +0200
+@@ -9,7 +9,7 @@
+ # endif
+ #else
+ # if defined(__alpha) /* there is no inttypes.h here */
+-   typedef unsigned long intptr_t;
++//   typedef unsigned long intptr_t;
+ # elif defined(__CYGWIN__)
+ #  include <sys/types.h> /* for intptr_t on Cygwin */
+ # elif defined(__BORLANDC__)

Modified: trunk/packages/vxl/trunk/debian/patches/series
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/series	2011-09-28 08:58:51 UTC (rev 7966)
+++ trunk/packages/vxl/trunk/debian/patches/series	2011-09-28 10:13:44 UTC (rev 7967)
@@ -6,3 +6,4 @@
 sse2.patch
 renamelibs.patch
 fixcomp.patch
+fix_alphacomp.patch




More information about the debian-med-commit mailing list