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

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Thu Aug 6 10:23:35 UTC 2015


Author: jodogne-guest
Date: 2015-08-06 10:23:35 +0000 (Thu, 06 Aug 2015)
New Revision: 19855

Modified:
   trunk/packages/gdcm/trunk/debian/patches/castxml.patch
Log:
fix in patch

Modified: trunk/packages/gdcm/trunk/debian/patches/castxml.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/castxml.patch	2015-08-06 08:56:22 UTC (rev 19854)
+++ trunk/packages/gdcm/trunk/debian/patches/castxml.patch	2015-08-06 10:23:35 UTC (rev 19855)
@@ -11,12 +11,12 @@
            COMMAND ${gccxml_EXECUTABLE}
            ARGS
 -            -fxml=${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}.xml
--            -fxml-start=_cable_
-+            --castxml-start=_cable_
-             ${gccxml_include_args} -DCABLE_CONFIGURATION
+             -fxml-start=_cable_
+-            ${gccxml_include_args} -DCABLE_CONFIGURATION
 -            --gccxml-compiler ${gccxml_compiler}
++            #${gccxml_include_args} -DCABLE_CONFIGURATION
              ${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}_gccxml.cxx
-+	    -Wno-deprecated
++            -Wno-deprecated
 +            -fxml=${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}.xml
            DEPENDS
              ${CMAKE_CURRENT_BINARY_DIR}/xml/${cxxclass}_gccxml.cxx




More information about the debian-med-commit mailing list