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}


_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to