summaryrefslogtreecommitdiff
path: root/net-libs/srt/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-05 23:55:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-05 23:55:49 +0100
commit232a872b2d1f6ba60d91f3ee05b58a5f2449191c (patch)
treeae15ea04212051e03a43180ad961b257089d637d /net-libs/srt/files
parent8679463887b182c233b55d8112534d7d7dcde08b (diff)
gentoo auto-resync : 05:10:2023 - 23:55:49
Diffstat (limited to 'net-libs/srt/files')
-rw-r--r--net-libs/srt/files/1.4.3-always-GNUInstallDirs.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-libs/srt/files/1.4.3-always-GNUInstallDirs.patch b/net-libs/srt/files/1.4.3-always-GNUInstallDirs.patch
deleted file mode 100644
index f561d789af3f..000000000000
--- a/net-libs/srt/files/1.4.3-always-GNUInstallDirs.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 4036afdcd07083159d66c6e12caa20d6ac6d4926 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp <leio@gentoo.org>
-Date: Sat, 10 Jul 2021 15:02:35 +0300
-Subject: [PATCH] [build] Always use GNUInstallDirs
-
----
- CMakeLists.txt | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 25f34c8..fe23f90 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -47,9 +47,7 @@ set_if(SYMLINKABLE LINUX OR DARWIN OR BSD OR CYGWIN OR GNU)
- # 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)
-- include(GNUInstallDirs)
--endif()
-+include(GNUInstallDirs)
-
- # The CMAKE_BUILD_TYPE seems not to be always set, weird.
- if (NOT DEFINED ENABLE_DEBUG)
---
-2.32.0
-