summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-17 13:16:51 +0100
committerSam James <sam@gentoo.org>2023-03-25 04:07:51 +0000
commit59f190df1240cb3082df4bb43af1f50c582040c6 (patch)
tree40139ff97f349aeb7dbd9f7612a93684c21d403a /sys-libs/minizip-ng
parentapp-misc/broot: add 1.21.1 (diff)
downloadgentoo-59f190df1240cb3082df4bb43af1f50c582040c6.tar.gz
gentoo-59f190df1240cb3082df4bb43af1f50c582040c6.tar.bz2
gentoo-59f190df1240cb3082df4bb43af1f50c582040c6.zip
sys-libs/minizip-ng: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30177 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/minizip-ng')
-rw-r--r--sys-libs/minizip-ng/files/minizip-ng-3.0.7-system-gtest.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-libs/minizip-ng/files/minizip-ng-3.0.7-system-gtest.patch b/sys-libs/minizip-ng/files/minizip-ng-3.0.7-system-gtest.patch
deleted file mode 100644
index 57197d0da587..000000000000
--- a/sys-libs/minizip-ng/files/minizip-ng-3.0.7-system-gtest.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-https://github.com/zlib-ng/minizip-ng/pull/657
-
-From 3aa42e0520e4e7ffeae5a3def458c7ee0fefacb9 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Sat, 19 Nov 2022 03:09:34 +0000
-Subject: [PATCH] Search system for GTest before downloading. #654
-
-Distributions often do builds with no network access available
-for both security reasons and also to ensure reproducibility.
-
-This change tells CMake to query the system for a copy of gtest,
-but if it's not available, it'll fall back to downloading via
-FetchContent.
---- a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.12)
-
- include(FetchContent)
-
-+find_package(GTest)
-+
- enable_language(CXX)
-
- if(NOT TARGET GTest::GTest)
-