[med-svn] r19854 - trunk/packages/gdcm/trunk/debian/patches
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Thu Aug 6 08:56:22 UTC 2015
Author: jodogne-guest
Date: 2015-08-06 08:56:22 +0000 (Thu, 06 Aug 2015)
New Revision: 19854
Added:
trunk/packages/gdcm/trunk/debian/patches/castxml.patch
Modified:
trunk/packages/gdcm/trunk/debian/patches/series
Log:
Replace gccxml with its castxml wrapper
Added: trunk/packages/gdcm/trunk/debian/patches/castxml.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/castxml.patch (rev 0)
+++ trunk/packages/gdcm/trunk/debian/patches/castxml.patch 2015-08-06 08:56:22 UTC (rev 19854)
@@ -0,0 +1,23 @@
+Description: Replace gccxml with its castxml wrapper
+Author: Sebastien Jodogne <s.jodogne at gmail.com>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: gdcm-2.4.4/Utilities/VTK/CMakeLists.txt
+===================================================================
+--- gdcm-2.4.4.orig/Utilities/VTK/CMakeLists.txt
++++ gdcm-2.4.4/Utilities/VTK/CMakeLists.txt
+@@ -411,11 +411,11 @@ if(GDCM_WRAP_CSHARP)
+ OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}.xml
+ COMMAND ${gccxml_EXECUTABLE}
+ ARGS
+- -fxml=${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}.xml
+- -fxml-start=_cable_
++ --castxml-start=_cable_
+ ${gccxml_include_args} -DCABLE_CONFIGURATION
+- --gccxml-compiler ${gccxml_compiler}
+ ${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}_gccxml.cxx
++ -Wno-deprecated
++ -fxml=${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}.xml
+ DEPENDS
+ ${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}_gccxml.cxx
+ ${header}
Modified: trunk/packages/gdcm/trunk/debian/patches/series
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/series 2015-08-05 20:05:24 UTC (rev 19853)
+++ trunk/packages/gdcm/trunk/debian/patches/series 2015-08-06 08:56:22 UTC (rev 19854)
@@ -2,3 +2,4 @@
fixhurd.patch
linkvtkdoc.patch
multiarch.patch
+castxml.patch
More information about the debian-med-commit
mailing list