mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-cpp/tbb: fix abort by add #include
Closes: https://bugs.gentoo.org/948663 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
11
dev-cpp/tbb/files/tbb-2021.7.0-abort.patch
Normal file
11
dev-cpp/tbb/files/tbb-2021.7.0-abort.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/test/common/utils_assert.h 2026-03-27 11:39:14.886058730 +0100
|
||||
+++ b/test/common/utils_assert.h 2026-03-27 11:40:24.429306039 +0100
|
||||
@@ -20,6 +20,8 @@
|
||||
#include "config.h"
|
||||
#include "utils_report.h"
|
||||
|
||||
+#include <cstdlib>
|
||||
+
|
||||
#define REPORT_FATAL_ERROR REPORT
|
||||
|
||||
namespace utils {
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -24,6 +24,7 @@ BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2021.7.0-pthread-eagain.patch
|
||||
"${FILESDIR}"/${PN}-2021.7.0-abort.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user