diff options
Diffstat (limited to 'textproc/libkolabxml/files/patch-src_shared__conversions.h')
-rw-r--r-- | textproc/libkolabxml/files/patch-src_shared__conversions.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/libkolabxml/files/patch-src_shared__conversions.h b/textproc/libkolabxml/files/patch-src_shared__conversions.h new file mode 100644 index 000000000000..a1b944efc653 --- /dev/null +++ b/textproc/libkolabxml/files/patch-src_shared__conversions.h @@ -0,0 +1,13 @@ +Fix build with devel/xsd >= 4.2.0 + +--- src/shared_conversions.h.orig 2023-12-16 04:50:40 UTC ++++ src/shared_conversions.h +@@ -29,7 +29,7 @@ typedef ::xsd::cxx::tree::type type; + typedef boost::shared_ptr<cDateTime> cDateTimePtr; + + typedef ::xsd::cxx::tree::type type; +-#if (XSD_INT_VERSION >= 4000000L) ++#if (LIBXSD_VERSION >= 4000000L) + typedef ::xsd::cxx::tree::simple_type< char, type > simple_type; + #else + typedef ::xsd::cxx::tree::simple_type< type > simple_type; |