summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-24 14:53:48 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-04-01 21:10:46 +0200
commit85d6de8318b7eec06f0e2294fa0d4b5cd68fff34 (patch)
tree7ec3b04611d312fda28dfb9034a34ff7566dcf58 /net-libs
parentx11-libs/vte: Stabilize 0.70.3 sparc, #901377 (diff)
downloadgentoo-85d6de8318b7eec06f0e2294fa0d4b5cd68fff34.tar.gz
gentoo-85d6de8318b7eec06f0e2294fa0d4b5cd68fff34.tar.bz2
gentoo-85d6de8318b7eec06f0e2294fa0d4b5cd68fff34.zip
net-libs/srt: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30331 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/srt/files/srt-always-GNUInstallDirs.patch25
1 files changed, 0 insertions, 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 <candrews@integralblue.com>
-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})