aboutsummaryrefslogtreecommitdiff
path: root/ports/xalan-c
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-12-21 11:34:24 -0800
committerGitHub <noreply@github.com>2019-12-21 11:34:24 -0800
commit59b28867dc36d20652116026d4e113fe947402db (patch)
tree06253ecb55db12805cd79d1171b3676e824d04ec /ports/xalan-c
parent37265f7a45489d065ed02891cbfd2becb741712b (diff)
downloadvcpkg-59b28867dc36d20652116026d4e113fe947402db.tar.gz
vcpkg-59b28867dc36d20652116026d4e113fe947402db.zip
[vcpkg-baseline] Fixes for vtk, libarchive, xalan-c, and openvpn3 on Linux (#9411)
* [libarchive] Fix cpu_set_t missing * [xalan-c] Fix flakiness in presense of ICU * [openvpn3] Add missing bits/endian.h include * [vcpkg-baseline] Mark vtk as no longer failing
Diffstat (limited to 'ports/xalan-c')
-rw-r--r--ports/xalan-c/CONTROL2
-rw-r--r--ports/xalan-c/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/xalan-c/CONTROL b/ports/xalan-c/CONTROL
index b9e3d8584..dcefa5172 100644
--- a/ports/xalan-c/CONTROL
+++ b/ports/xalan-c/CONTROL
@@ -1,5 +1,5 @@
Source: xalan-c
-Version: 1.11-10
+Version: 1.11-11
Homepage: https://github.com/apache/xalan-c
Description: Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types
Build-Depends: xerces-c
diff --git a/ports/xalan-c/portfile.cmake b/ports/xalan-c/portfile.cmake
index a40d9a068..78ae19cf2 100644
--- a/ports/xalan-c/portfile.cmake
+++ b/ports/xalan-c/portfile.cmake
@@ -14,6 +14,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ OPTIONS -DCMAKE_DISABLE_FIND_PACKAGE_ICU=ON
)
vcpkg_install_cmake()