Add patch to fix FTBFS due to variable name/python keyword conflict (bug #1195879)
parent
2d75524421
commit
c4c8d5df38
@ -0,0 +1,11 @@
|
||||
diff -up gdcm-2.4.4/Wrapping/Python/gdcmswig.i.as gdcm-2.4.4/Wrapping/Python/gdcmswig.i
|
||||
--- gdcm-2.4.4/Wrapping/Python/gdcmswig.i.as 2014-09-24 01:40:10.000000000 -0600
|
||||
+++ gdcm-2.4.4/Wrapping/Python/gdcmswig.i 2015-02-24 11:54:39.932978476 -0700
|
||||
@@ -769,6 +769,7 @@ EXTEND_CLASS_PRINT(gdcm::ModuleEntry)
|
||||
%include "gdcmQueryFactory.h"
|
||||
%template(CharSetArrayType) std::vector< gdcm::ECharSet >;
|
||||
%include "gdcmCompositeNetworkFunctions.h"
|
||||
+#define as absyn
|
||||
%include "gdcmPresentationContext.h"
|
||||
//EXTEND_CLASS_PRINT(gdcm::PresentationContext)
|
||||
%include "gdcmPresentationContextGenerator.h"
|
Loading…
Reference in new issue