summaryrefslogtreecommitdiff
path: root/net-libs/xrootd/files/xrootd-5.4.3-no_automagic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/xrootd/files/xrootd-5.4.3-no_automagic.patch')
-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 )
-