diff options
Diffstat (limited to 'textproc/xalan-c/files')
-rw-r--r-- | textproc/xalan-c/files/patch-src_xalanc_CMakeLists.txt | 10 | ||||
-rw-r--r-- | textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp | 11 |
2 files changed, 10 insertions, 11 deletions
diff --git a/textproc/xalan-c/files/patch-src_xalanc_CMakeLists.txt b/textproc/xalan-c/files/patch-src_xalanc_CMakeLists.txt new file mode 100644 index 000000000000..f3a9012a728d --- /dev/null +++ b/textproc/xalan-c/files/patch-src_xalanc_CMakeLists.txt @@ -0,0 +1,10 @@ +--- src/xalanc/CMakeLists.txt.orig 2020-06-07 09:17:25 UTC ++++ src/xalanc/CMakeLists.txt +@@ -832,6 +832,7 @@ set(xalantransformer_sources + XalanTransformer/XercesDOMWrapperParsedSource.cpp) + + set(xalantransformer_headers ++ XalanTransformer/XalanCAPI.h + XalanTransformer/XalanCompiledStylesheetDefault.hpp + XalanTransformer/XalanCompiledStylesheet.hpp + XalanTransformer/XalanDefaultDocumentBuilder.hpp diff --git a/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp b/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp deleted file mode 100644 index 61f679c10581..000000000000 --- a/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xalanc/PlatformSupport/XalanLocator.hpp.orig 2012-09-27 06:59:33 UTC -+++ src/xalanc/PlatformSupport/XalanLocator.hpp -@@ -91,7 +91,7 @@ public: - const XalanDOMChar* theAlternateId = getEmptyPtr()) - { - return theLocator == 0 ? theAlternateId : (theLocator->getSystemId() ? -- theLocator->getPublicId() : theAlternateId); -+ theLocator->getSystemId() : theAlternateId); - } - - /** |