aboutsummaryrefslogtreecommitdiff
path: root/ports/freerdp/fix-include-path.patch
diff options
context:
space:
mode:
authorKangLin <kl222@126.com>2021-02-11 16:54:50 +0800
committerGitHub <noreply@github.com>2021-02-11 00:54:50 -0800
commitd264b0eb1d94c481abc74bcfcb0605a980531e07 (patch)
treedf94107c18e0d6366c8cf07f0c2d87270ab45118 /ports/freerdp/fix-include-path.patch
parentf9d514aea5da5294a80ab081e84d9bcca1c9939f (diff)
downloadvcpkg-d264b0eb1d94c481abc74bcfcb0605a980531e07.tar.gz
vcpkg-d264b0eb1d94c481abc74bcfcb0605a980531e07.zip
[freerdp] Fix include path (#15724)
* [freerdp] Fix include path * [freerdp] update port version * [freerdp] Partial revert of remove include fixup Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/freerdp/fix-include-path.patch')
-rw-r--r--ports/freerdp/fix-include-path.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/freerdp/fix-include-path.patch b/ports/freerdp/fix-include-path.patch
index 4a9f7d641..dc6523080 100644
--- a/ports/freerdp/fix-include-path.patch
+++ b/ports/freerdp/fix-include-path.patch
@@ -7,7 +7,7 @@ index 97ba2f9..64a2f33 100644
message("FREERDP_VERSION=${FREERDP_VERSION_FULL}")
-set(FREERDP_INCLUDE_DIR "include/freerdp${FREERDP_VERSION_MAJOR}/")
-+set(FREERDP_INCLUDE_DIR "include/freerdp/")
++set(FREERDP_INCLUDE_DIR "include/")
# Compatibility options
if(DEFINED STATIC_CHANNELS)
@@ -33,7 +33,7 @@ index a94090a..08b6b88 100644
SetFreeRDPCMakeInstallDir(WINPR_CMAKE_INSTALL_DIR "WinPR${WINPR_VERSION_MAJOR}")
- set(WINPR_INCLUDE_DIR "include/winpr${WINPR_VERSION_MAJOR}")
-+ set(WINPR_INCLUDE_DIR "include/winpr")
++ set(WINPR_INCLUDE_DIR "include")
configure_package_config_file(WinPRConfig.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/WinPRConfig.cmake
INSTALL_DESTINATION ${WINPR_CMAKE_INSTALL_DIR}