aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-07-03 06:12:23 +0200
committerGitHub <noreply@github.com>2020-07-02 21:12:23 -0700
commit485799e37b42961042b02bfe613c97d43ac757bc (patch)
tree875a8005e1b6c943ed3b995ebdf7da821849fb81
parente5a6d6db624bfa74061c935140b23dccb34d2abb (diff)
downloadvcpkg-485799e37b42961042b02bfe613c97d43ac757bc.tar.gz
vcpkg-485799e37b42961042b02bfe613c97d43ac757bc.zip
[xercesc] rename feature from xmlch_wchar to xmlch-wchar (#12205)
-rw-r--r--ports/xerces-c/CONTROL4
-rw-r--r--ports/xerces-c/portfile.cmake2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/xerces-c/CONTROL b/ports/xerces-c/CONTROL
index 064c61a50..54032ce8c 100644
--- a/ports/xerces-c/CONTROL
+++ b/ports/xerces-c/CONTROL
@@ -1,5 +1,5 @@
Source: xerces-c
-Version: 3.2.3
+Version: 3.2.3-1
Homepage: https://github.com/apache/xerces-c
Description: Xerces-C++ is a XML parser, for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.
@@ -7,6 +7,6 @@ Feature: icu
Description: ICU support
Build-Depends: icu
-Feature: xmlch_wchar
+Feature: xmlch-wchar
Description: XMLCh type uses wchar_t
diff --git a/ports/xerces-c/portfile.cmake b/ports/xerces-c/portfile.cmake
index 57414f7b5..18a29890b 100644
--- a/ports/xerces-c/portfile.cmake
+++ b/ports/xerces-c/portfile.cmake
@@ -13,7 +13,7 @@ set(DISABLE_ICU ON)
if("icu" IN_LIST FEATURES)
set(DISABLE_ICU OFF)
endif()
-if ("xmlch_wchar" IN_LIST FEATURES)
+if ("xmlch-wchar" IN_LIST FEATURES)
set(XMLCHTYPE -Dxmlch-type=wchar_t)
endif()