summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-01-18 20:33:58 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-10 00:02:27 +0100
commit9e2f03c77d661a29c8e068e25757e1798ed7c642 (patch)
treece9cbca9f9e0dd40e2f85fb6eab4bb58dff9da45 /app-antivirus
parentmedia-video/handbrake: remove unused patches (diff)
downloadgentoo-9e2f03c77d661a29c8e068e25757e1798ed7c642.tar.gz
gentoo-9e2f03c77d661a29c8e068e25757e1798ed7c642.tar.bz2
gentoo-9e2f03c77d661a29c8e068e25757e1798ed7c642.zip
app-antivirus/clamav: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/23862 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/files/clamav-0.104.0-ncurses_detection.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-antivirus/clamav/files/clamav-0.104.0-ncurses_detection.patch b/app-antivirus/clamav/files/clamav-0.104.0-ncurses_detection.patch
deleted file mode 100644
index aa403a90bab3..000000000000
--- a/app-antivirus/clamav/files/clamav-0.104.0-ncurses_detection.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From cd99490efb82b66c75e92fab3ff97c480bfc9cf9 Mon Sep 17 00:00:00 2001
-From: Luca Barbato <lu_zero@gentoo.org>
-Date: Sat, 16 Oct 2021 10:56:22 +0200
-Subject: [PATCH] Use all the link line from ncurses pkg-config
-
-Otherwise it would fail at link time if ncurses has a stand alone tinfo library.
----
- cmake/FindCURSES.cmake | 6 +-----
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/cmake/FindCURSES.cmake b/cmake/FindCURSES.cmake
-index 35d4a570f6..528211c45c 100644
---- a/cmake/FindCURSES.cmake
-+++ b/cmake/FindCURSES.cmake
-@@ -58,11 +58,7 @@ if(NCURSES_NOT_FOUND EQUAL -1)
- set(HAVE_LIBNCURSES 1)
- set(CURSES_INCLUDE "<ncurses.h>")
-
-- find_library(CURSES_LIBRARY
-- NAMES ncurses
-- PATHS ${PC_NCurses_LIBRARY_DIRS}
-- )
--
-+ set(CURSES_LIBRARY ${PC_NCurses_LINK_LIBRARIES})
- set(CURSES_VERSION ${PC_NCurses_VERSION})
-
- include(FindPackageHandleStandardArgs)