[med-svn] r16869 - in trunk/packages/minc/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Mon May 5 09:23:32 UTC 2014


Author: tille
Date: 2014-05-05 09:23:32 +0000 (Mon, 05 May 2014)
New Revision: 16869

Added:
   trunk/packages/minc/trunk/debian/patches/clang.patch
Modified:
   trunk/packages/minc/trunk/debian/changelog
   trunk/packages/minc/trunk/debian/patches/series
Log:
Apply patch provided by Alexander Ovchinnikov to build with clang


Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog	2014-05-03 22:19:31 UTC (rev 16868)
+++ trunk/packages/minc/trunk/debian/changelog	2014-05-05 09:23:32 UTC (rev 16869)
@@ -1,3 +1,11 @@
+minc (2.2.00-4) UNRELEASED; urgency=medium
+
+  * Apply patch provided by Alexander Ovchinnikov to build with clang
+    (thanks to Alexander)
+    Closes: 741744
+
+ -- Andreas Tille <tille at debian.org>  Mon, 05 May 2014 11:21:48 +0200
+
 minc (2.2.00-3) unstable; urgency=low
 
   * patches/maxpathlen.patch: New.  Work around missing MAXPATHLEN on

Added: trunk/packages/minc/trunk/debian/patches/clang.patch
===================================================================
--- trunk/packages/minc/trunk/debian/patches/clang.patch	                        (rev 0)
+++ trunk/packages/minc/trunk/debian/patches/clang.patch	2014-05-05 09:23:32 UTC (rev 16869)
@@ -0,0 +1,17 @@
+Author: Alexander Ovchinnikov <sanek23994 at gmail.com>
+Last-Changed: Sun, 16 Mar 2014 09:11:39 -0400
+Bugs-Debian: https://bugs.debian.org/741744
+Forwarded-Upstream: No
+Description: Build with clang compiler
+
+--- a/libsrc2/hyper.c
++++ b/libsrc2/hyper.c
+@@ -766,7 +766,7 @@ miget_real_value_hyperslab(mihandle_t vo
+             miicv_setint(icv, MI_ICV_DO_DIM_CONV, TRUE);
+           break;
+         default:
+-          return;
++          return (MI_ERROR);
+         }
+       }
+     result = miicv_attach(icv, file_id, var_id);

Modified: trunk/packages/minc/trunk/debian/patches/series
===================================================================
--- trunk/packages/minc/trunk/debian/patches/series	2014-05-03 22:19:31 UTC (rev 16868)
+++ trunk/packages/minc/trunk/debian/patches/series	2014-05-05 09:23:32 UTC (rev 16869)
@@ -3,3 +3,4 @@
 01_mincedit-sensible-viewer.diff
 acrnema-version.patch
 pod_fix.diff
+clang.patch




More information about the debian-med-commit mailing list