commit: 85d6de8318b7eec06f0e2294fa0d4b5cd68fff34 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Mar 24 13:53:48 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 19:10:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d6de83
net-libs/srt: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30331 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-libs/srt/files/srt-always-GNUInstallDirs.patch | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/net-libs/srt/files/srt-always-GNUInstallDirs.patch b/net-libs/srt/files/srt-always-GNUInstallDirs.patch deleted file mode 100644 index 94332ad44762..000000000000 --- a/net-libs/srt/files/srt-always-GNUInstallDirs.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 68190ee0db1bc7577f17c51616966f509f971b0a Mon Sep 17 00:00:00 2001 -From: Craig Andrews <[email protected]> -Date: Mon, 26 Nov 2018 12:45:38 -0500 -Subject: [PATCH] Always use GNUInstallDirs - ---- - CMakeLists.txt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index eb2582c..59a41d4 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -32,9 +32,9 @@ set_if(SYMLINKABLE LINUX OR DARWIN OR CYGWIN) - # inside "bin" and "lib64" directories. At least this maintains - # the current status. Shall this be not desired, override values - # of CMAKE_INSTALL_BINDIR, CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR. --if (NOT DEFINED CMAKE_INSTALL_LIBDIR) -+# if (NOT DEFINED CMAKE_INSTALL_LIBDIR) - include(GNUInstallDirs) --endif() -+# endif() - - set (SRT_VERSION 1.3.1) - set_version_variables(SRT_VERSION ${SRT_VERSION})
