aboutsummaryrefslogtreecommitdiff
path: root/ports/zstd/install_pkgpc.patch
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-11-12 23:28:59 +0100
committerGitHub <noreply@github.com>2020-11-12 14:28:59 -0800
commitb518035a33941380c044b00a1b4f8abff764cbdc (patch)
treec9629a0adac4806672f162461ea5c8de7850a55e /ports/zstd/install_pkgpc.patch
parentf50c0eae60fb1391d610451289e877784228eb18 (diff)
downloadvcpkg-b518035a33941380c044b00a1b4f8abff764cbdc.tar.gz
vcpkg-b518035a33941380c044b00a1b4f8abff764cbdc.zip
[ZSTD] Update to 1.4.5 (#14395)
* [ZSTD] Update to 1.4.5 * [zstd] fix wrong assert to fix uwp regressions * always install *.pc file. Correct -l flag in pc file * fix orc regression * fix arrow regressions * fix orc zstd linkage * fix find_package(ZSTD) * install zstd dlls. * fix the patch due to a replacement error Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/zstd/install_pkgpc.patch')
-rw-r--r--ports/zstd/install_pkgpc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/zstd/install_pkgpc.patch b/ports/zstd/install_pkgpc.patch
new file mode 100644
index 000000000..4936f05f6
--- /dev/null
+++ b/ports/zstd/install_pkgpc.patch
@@ -0,0 +1,13 @@
+diff --git a/build/cmake/lib/CMakeLists.txt b/build/cmake/lib/CMakeLists.txt
+index 666da60c1..4274cbdd3 100644
+--- a/build/cmake/lib/CMakeLists.txt
++++ b/build/cmake/lib/CMakeLists.txt
+@@ -134,7 +134,7 @@ if (ZSTD_BUILD_STATIC)
+ OUTPUT_NAME ${STATIC_LIBRARY_BASE_NAME})
+ endif ()
+
+-if (UNIX)
++if (1)
+ # pkg-config
+ set(PREFIX "${CMAKE_INSTALL_PREFIX}")
+ set(LIBDIR "${CMAKE_INSTALL_LIBDIR}")