aboutsummaryrefslogtreecommitdiff
path: root/ports/commsdsl/fix-libxml2.patch
diff options
context:
space:
mode:
authorMathis Logemann <mathisloge@gmail.com>2020-11-12 22:04:04 +0100
committerGitHub <noreply@github.com>2020-11-12 13:04:04 -0800
commitcb16030a074783b52db91e2b990426a811ec644e (patch)
tree6cbb18a4a584dcf894091917ed9bb22403908be9 /ports/commsdsl/fix-libxml2.patch
parentbf482a9b589f104c5a4b612df6dc1e0e0142c120 (diff)
downloadvcpkg-cb16030a074783b52db91e2b990426a811ec644e.tar.gz
vcpkg-cb16030a074783b52db91e2b990426a811ec644e.zip
[comms ] update to the next version (#14521)
* update comms to the next version; fixed github repo * Update portfile.cmake added the no warn as error again * use only necessary boost packages as dependencies * fix formatting
Diffstat (limited to 'ports/commsdsl/fix-libxml2.patch')
-rw-r--r--ports/commsdsl/fix-libxml2.patch64
1 files changed, 0 insertions, 64 deletions
diff --git a/ports/commsdsl/fix-libxml2.patch b/ports/commsdsl/fix-libxml2.patch
deleted file mode 100644
index 426f0ac9f..000000000
--- a/ports/commsdsl/fix-libxml2.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff --git a/lib/src/CMakeLists.txt b/lib/src/CMakeLists.txt
-index 9fb4718..fec7712 100644
---- a/lib/src/CMakeLists.txt
-+++ b/lib/src/CMakeLists.txt
-@@ -1,57 +1,6 @@
- set (INTERNAL_LIBXML_TGT)
--while (TRUE)
-- if (UNIX)
-- # Use libxml2 from system repositories
-- break()
-- endif ()
--
-- if ((NOT "${LIBXML2_INCLUDE_DIR}" STREQUAL "") AND (NOT "${LIBXML2_LIBRARIES}" STREQUAL ""))
-- # External build of libxml2 is provided
-- break()
-- endif ()
--
-- if (NOT MSVC)
-- message (FATAL_ERROR "At this moment only MSVC compiler is supported for windows builds")
-- endif ()
--
-- set (INTERNAL_LIBXML_TGT "libxml2_tgt")
-- set (LIBXML2_DIR "${CMAKE_CURRENT_BINARY_DIR}/libxml2")
-- set (LIBXML2_SRC_DIR "${LIBXML2_DIR}/src")
-- set (LIBXML2_BIN_DIR "${LIBXML2_SRC_DIR}/win32")
--
-- set (LIBXML2_CRUNTIME)
-- if (("${CMAKE_BUILD_TYPE}" STREQUAL "") OR ("${CMAKE_BUILD_TYPE}" STREQUAL "None") OR ("${CMAKE_BUILD_TYPE}" STREQUAL "Debug"))
-- set (LIBXML2_CRUNTIME "cruntime=/MDd")
-- endif ()
--
-- include(ExternalProject)
-- ExternalProject_Add(
-- ${INTERNAL_LIBXML_TGT}
-- PREFIX "${LIBXML2_DIR}"
-- STAMP_DIR "${LIBXML2_DIR}/stamp"
-- GIT_REPOSITORY "https://github.com/GNOME/libxml2.git"
-- GIT_TAG "v2.9.7"
-- UPDATE_DISCONNECTED 1
-- CONFIGURE_COMMAND
-- cscript ${LIBXML2_BIN_DIR}/configure.js ftp=no html=no iconv=no compiler=msvc static=yes ${LIBXML2_CRUNTIME} bindir=install\\bin incdir=install\\include libdir=install\\lib sodir=install\\bin
-- SOURCE_DIR "${LIBXML2_SRC_DIR}"
-- BINARY_DIR "${LIBXML2_BIN_DIR}"
-- BUILD_COMMAND
-- nmake /f Makefile.msvc
-- INSTALL_COMMAND
-- nmake /f Makefile.msvc install
-- )
--
-- set (LIBXML2_FOUND TRUE)
-- set (LIBXML2_INCLUDE_DIR "${LIBXML2_BIN_DIR}/install/include/libxml2")
-- set (LIBXML2_LIBRARIES "${LIBXML2_BIN_DIR}/install/lib/libxml2_a.lib")
-- set (LIBXML2_DEFINITIONS "/DLIBXML_STATIC")
-- break()
--endwhile ()
--
--if (NOT LIBXML2_FOUND)
-- find_package(LibXml2 REQUIRED)
--endif ()
-+
-+find_package(LibXml2 REQUIRED)
-
- set (
- src