Description
Noticed while packaging 1.12 for the FreeBSD ports, this header is present but not installed. Patch is trivial:
diff --git a/src/xalanc/CMakeLists.txt b/src/xalanc/CMakeLists.txt index eee478e03..a5d9131c4 100644 --- a/src/xalanc/CMakeLists.txt +++ b/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
Attachments
Issue Links
- links to