commit: 4dfa90e2f6946e7de82b35d067ae4802ee389d96 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Jul 5 06:31:16 2023 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 08:34:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dfa90e2
net-libs/xrootd: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/31754 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> .../xrootd/files/xrootd-5.4.3-no_automagic.patch | 24 ---------------------- 1 file changed, 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 ) -
