aboutsummaryrefslogtreecommitdiff
path: root/ports/minizip-ng/Modify-header-file-path.patch
diff options
context:
space:
mode:
authorPrateek Chokse <prateek.chokse@gmail.com>2021-05-19 04:16:03 +0530
committerGitHub <noreply@github.com>2021-05-18 15:46:03 -0700
commitf68f30c1e1aebe53081d722e8add85cd85ef8f11 (patch)
tree0f8a85c8e8010d9d0733cee491b18433daffa82e /ports/minizip-ng/Modify-header-file-path.patch
parentc1d7e285cc8a81e4f6a92d5935f0d43c5692f1d8 (diff)
downloadvcpkg-f68f30c1e1aebe53081d722e8add85cd85ef8f11.tar.gz
vcpkg-f68f30c1e1aebe53081d722e8add85cd85ef8f11.zip
[minizip-ng] made cmake installs relative (#17685)
* [minizip-ng] made cmake installs relative * [minizip-ng] update version * Update versions/m-/minizip-ng.json * formated ports/minzip-ng/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/minizip-ng/Modify-header-file-path.patch')
-rw-r--r--ports/minizip-ng/Modify-header-file-path.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/ports/minizip-ng/Modify-header-file-path.patch b/ports/minizip-ng/Modify-header-file-path.patch
index 54299bac0..ac1c6fee8 100644
--- a/ports/minizip-ng/Modify-header-file-path.patch
+++ b/ports/minizip-ng/Modify-header-file-path.patch
@@ -4,10 +4,10 @@ index 9ef8023..ec1ee55 100644
+++ b/CMakeLists.txt
@@ -81,7 +81,7 @@ include(FeatureSummary)
- set(INSTALL_BIN_DIR ${CMAKE_INSTALL_FULL_BINDIR} CACHE PATH "Installation directory for executables")
- set(INSTALL_LIB_DIR ${CMAKE_INSTALL_FULL_LIBDIR} CACHE PATH "Installation directory for libraries")
--set(INSTALL_INC_DIR ${CMAKE_INSTALL_FULL_INCLUDEDIR} CACHE PATH "Installation directory for headers")
-+set(INSTALL_INC_DIR ${CMAKE_INSTALL_FULL_INCLUDEDIR}/minizip-ng CACHE PATH "Installation directory for headers")
- set(INSTALL_MAN_DIR ${CMAKE_INSTALL_FULL_MANDIR} CACHE PATH "Installation directory for manual pages")
+ set(INSTALL_BIN_DIR ${CMAKE_INSTALL_BINDIR} CACHE PATH "Installation directory for executables")
+ set(INSTALL_LIB_DIR ${CMAKE_INSTALL_LIBDIR} CACHE PATH "Installation directory for libraries")
+-set(INSTALL_INC_DIR ${CMAKE_INSTALL_INCLUDEDIR} CACHE PATH "Installation directory for headers")
++set(INSTALL_INC_DIR ${CMAKE_INSTALL_INCLUDEDIR}/minizip-ng CACHE PATH "Installation directory for headers")
+ set(INSTALL_MAN_DIR ${CMAKE_INSTALL_MANDIR} CACHE PATH "Installation directory for manual pages")
set(STDLIB_DEF)