aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opencv3/0012-fix-zlib.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/opencv3/0012-fix-zlib.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/opencv3/0012-fix-zlib.patch')
-rw-r--r--vcpkg/ports/opencv3/0012-fix-zlib.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/opencv3/0012-fix-zlib.patch b/vcpkg/ports/opencv3/0012-fix-zlib.patch
new file mode 100644
index 0000000..b82b9b0
--- /dev/null
+++ b/vcpkg/ports/opencv3/0012-fix-zlib.patch
@@ -0,0 +1,12 @@
+--- a/cmake/OpenCVFindLibsGrfmt.cmake
++++ b/cmake/OpenCVFindLibsGrfmt.cmake
+@@ -5,6 +5,9 @@
+ # --- zlib (required) ---
+ if(BUILD_ZLIB)
+ ocv_clear_vars(ZLIB_FOUND)
++elseif(1)
++ ocv_clear_internal_cache_vars(ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
++ find_package(ZLIB "${MIN_VER_ZLIB}" REQUIRED)
+ else()
+ ocv_clear_internal_cache_vars(ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
+ if(ANDROID)