diff options
author | 2021-07-10 15:00:06 +0300 | |
---|---|---|
committer | 2021-07-10 18:28:43 +0100 | |
commit | 97d2488a8f797fa63e3cc4c6b950fd83895c1e44 (patch) | |
tree | 4a59281c4e87c49a413060c31e2e9eaa51b2b4e2 /net-libs/srt/files | |
parent | net-libs/libproxy: add link to NetworkManager circular dep bug upstream (diff) | |
download | gentoo-97d2488a8f797fa63e3cc4c6b950fd83895c1e44.tar.gz gentoo-97d2488a8f797fa63e3cc4c6b950fd83895c1e44.tar.bz2 gentoo-97d2488a8f797fa63e3cc4c6b950fd83895c1e44.zip |
net-libs/srt: bump to 1.4.3
Closes: https://bugs.gentoo.org/788256
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/srt/files')
-rw-r--r-- | net-libs/srt/files/1.4.3-always-GNUInstallDirs.patch | 27 |
1 files changed, 27 insertions, 0 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 new file mode 100644 index 000000000000..f561d789af3f --- /dev/null +++ b/net-libs/srt/files/1.4.3-always-GNUInstallDirs.patch @@ -0,0 +1,27 @@ +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 + |