[med-svn] r19861 - trunk/packages/gdcm/trunk/debian/patches

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Thu Aug 6 13:34:24 UTC 2015


Author: jodogne-guest
Date: 2015-08-06 13:34:23 +0000 (Thu, 06 Aug 2015)
New Revision: 19861

Modified:
   trunk/packages/gdcm/trunk/debian/patches/castxml.patch
Log:
Dummy argument necessary for castxml to take "-fxml-start" into consideration

Modified: trunk/packages/gdcm/trunk/debian/patches/castxml.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/castxml.patch	2015-08-06 13:33:18 UTC (rev 19860)
+++ trunk/packages/gdcm/trunk/debian/patches/castxml.patch	2015-08-06 13:34:23 UTC (rev 19861)
@@ -6,11 +6,12 @@
 ===================================================================
 --- gdcm-2.4.4.orig/Utilities/VTK/CMakeLists.txt
 +++ gdcm-2.4.4/Utilities/VTK/CMakeLists.txt
-@@ -411,11 +411,12 @@ if(GDCM_WRAP_CSHARP)
+@@ -411,11 +411,13 @@ if(GDCM_WRAP_CSHARP)
            OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}.xml
            COMMAND ${gccxml_EXECUTABLE}
            ARGS
 -            -fxml=${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}.xml
++            "--"  # Dummy argument necessary for castxml to take "-fxml-start" into consideration
              -fxml-start=_cable_
              ${gccxml_include_args} -DCABLE_CONFIGURATION
 -            --gccxml-compiler ${gccxml_compiler}




More information about the debian-med-commit mailing list