mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-fs/cryfs: fix build w/ gcc 13
Closes: https://bugs.gentoo.org/890847 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -39,6 +39,7 @@ PATCHES=(
|
||||
# TODO upstream:
|
||||
"${FILESDIR}/${PN}-0.10.2-unbundle-libs.patch"
|
||||
"${FILESDIR}/${PN}-0.10.2-install-targets.patch"
|
||||
"${FILESDIR}/${PN}-0.10.3-gcc13.patch"
|
||||
# From upstream
|
||||
"${FILESDIR}/${PN}-0.10.3-gcc11.patch"
|
||||
"${FILESDIR}/${PN}-0.10.3-fix-build-with-boost-1-77.patch"
|
||||
|
||||
11
sys-fs/cryfs/files/cryfs-0.10.3-gcc13.patch
Normal file
11
sys-fs/cryfs/files/cryfs-0.10.3-gcc13.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
https://bugs.gentoo.org/890847
|
||||
--- a/src/cpp-utils/thread/LeftRight.h
|
||||
+++ b/src/cpp-utils/thread/LeftRight.h
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <functional>
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
+#include <stdexcept>
|
||||
#include <cpp-utils/macros.h>
|
||||
#include <array>
|
||||
|
||||
Reference in New Issue
Block a user