mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-sound/tenacity: Fix for GCC 15
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
This commit is contained in:
13
media-sound/tenacity/files/tenacity-1.3.4-fix-gcc15.patch
Normal file
13
media-sound/tenacity/files/tenacity-1.3.4-fix-gcc15.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Fix cstdint include for GCC 15
|
||||
|
||||
--- tenacity.orig/libraries/lib-utility/MemoryX.cpp
|
||||
+++ tenacity/libraries/lib-utility/MemoryX.cpp
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
#include "MemoryX.h"
|
||||
|
||||
+#include <cstdint>
|
||||
+
|
||||
// Make the symbol table non-empty
|
||||
UTILITY_API void lib_utility_dummy_symbol()
|
||||
{}
|
||||
@@ -72,10 +72,9 @@ RDEPEND="${DEPEND}"
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.3.4-fix-rpath-handling.patch"
|
||||
"${FILESDIR}/${PN}-1.3.4-fix-hardcoded-docdir.patch"
|
||||
|
||||
# bug #961756
|
||||
"${FILESDIR}/${PN}-1.3.4-odr-and-aliasing-fixes.patch"
|
||||
"${FILESDIR}/${PN}-1.3.4-odr-and-aliasing-fixes.patch" # bug #961756
|
||||
"${FILESDIR}/${PN}-1.3.4-ffmpeg-disable-lto.patch"
|
||||
"${FILESDIR}/${PN}-1.3.4-fix-gcc15.patch"
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
|
||||
Reference in New Issue
Block a user