summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-07-05 08:31:16 +0200
committerGuilherme Amadio <amadio@gentoo.org>2023-07-05 10:34:52 +0200
commit4dfa90e2f6946e7de82b35d067ae4802ee389d96 (patch)
tree3b7fa732a2598158723081a59e83cb2ff379b53a /net-libs/xrootd
parentdev-python/markdown-it-py: Remove old (diff)
downloadgentoo-4dfa90e2f6946e7de82b35d067ae4802ee389d96.tar.gz
gentoo-4dfa90e2f6946e7de82b35d067ae4802ee389d96.tar.bz2
gentoo-4dfa90e2f6946e7de82b35d067ae4802ee389d96.zip
net-libs/xrootd: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/31754 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'net-libs/xrootd')
-rw-r--r--net-libs/xrootd/files/xrootd-5.4.3-no_automagic.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-libs/xrootd/files/xrootd-5.4.3-no_automagic.patch b/net-libs/xrootd/files/xrootd-5.4.3-no_automagic.patch
deleted file mode 100644
index d50ea40e1c49..000000000000
--- a/net-libs/xrootd/files/xrootd-5.4.3-no_automagic.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/cmake/XRootDFindLibs.cmake
-+++ b/cmake/XRootDFindLibs.cmake
-@@ -25,15 +25,19 @@
-
- find_package( TinyXml )
-
--find_package( LibXml2 )
-+if( ENABLE_LIBXML2 )
-+find_package( LibXml2 REQUIRED )
- if( LIBXML2_FOUND )
- add_definitions( -DHAVE_XML2 )
- endif()
-+endif()
-
--find_package( Systemd )
-+if( ENABLE_SYSTEMD )
-+find_package( Systemd REQUIRED )
- if( SYSTEMD_FOUND )
- add_definitions( -DHAVE_SYSTEMD )
- endif()
-+endif()
-
- find_package( CURL )
-