aboutsummaryrefslogtreecommitdiff
path: root/ports/freerdp/fix-include-install-path.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-09-28 08:29:24 +0800
committerGitHub <noreply@github.com>2020-09-27 17:29:24 -0700
commita989880479cd5a7e4fcd115cbf89b9038938b3b4 (patch)
treee2293d0f758df813525d6a52b183b3374d301e34 /ports/freerdp/fix-include-install-path.patch
parent8093da2373e17db5633eb83e1963da92e3f23286 (diff)
downloadvcpkg-a989880479cd5a7e4fcd115cbf89b9038938b3b4.tar.gz
vcpkg-a989880479cd5a7e4fcd115cbf89b9038938b3b4.zip
[freerdp] Update to the latest version (#13709)
Diffstat (limited to 'ports/freerdp/fix-include-install-path.patch')
-rw-r--r--ports/freerdp/fix-include-install-path.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/ports/freerdp/fix-include-install-path.patch b/ports/freerdp/fix-include-install-path.patch
deleted file mode 100644
index 305cb3cde..000000000
--- a/ports/freerdp/fix-include-install-path.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
-index a020dc5..0bc1157 100644
---- a/include/CMakeLists.txt
-+++ b/include/CMakeLists.txt
-@@ -19,7 +19,7 @@
-
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/freerdp/version.h.in ${CMAKE_CURRENT_BINARY_DIR}/freerdp/version.h)
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/freerdp/build-config.h.in ${CMAKE_CURRENT_BINARY_DIR}/freerdp/build-config.h)
--set(FREERDP_INSTALL_INCLUDE_DIR include/freerdp${FREERDP_VERSION_MAJOR}/freerdp)
-+set(FREERDP_INSTALL_INCLUDE_DIR include/freerdp)
-
- file(GLOB FREERDP_HEADERS "freerdp/*.h")
- install(FILES ${FREERDP_HEADERS} DESTINATION ${FREERDP_INSTALL_INCLUDE_DIR} COMPONENT headers)
-diff --git a/winpr/include/CMakeLists.txt b/winpr/include/CMakeLists.txt
-index 452383d..3faab0c 100644
---- a/winpr/include/CMakeLists.txt
-+++ b/winpr/include/CMakeLists.txt
-@@ -17,7 +17,7 @@
-
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/winpr/version.h.in ${CMAKE_CURRENT_BINARY_DIR}/winpr/version.h)
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/winpr/wtypes.h.in ${CMAKE_CURRENT_BINARY_DIR}/winpr/wtypes.h)
--set(WINPR_INSTALL_INCLUDE_DIR include/winpr${WINPR_VERSION_MAJOR}/winpr)
-+set(WINPR_INSTALL_INCLUDE_DIR include/winpr)
-
- file(GLOB WINPR_HEADERS "winpr/*.h")
- install(FILES ${WINPR_HEADERS} DESTINATION ${WINPR_INSTALL_INCLUDE_DIR} COMPONENT headers)