mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
sci-mathematics/cryptominisat: fix build with GCC 13
Closes: https://bugs.gentoo.org/895116 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -21,6 +21,8 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-5.11.4-gcc-13.patch )
|
||||
|
||||
src_configure() {
|
||||
local -a mycmakeargs=(
|
||||
-DNOBREAKID=ON
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
index 0cf7910..54cb45e 100644
|
||||
--- a/src/ccnr.h
|
||||
+++ b/src/ccnr.h
|
||||
@@ -23,6 +23,7 @@ THE SOFTWARE.
|
||||
#ifndef CCNR_H
|
||||
#define CCNR_H
|
||||
|
||||
+#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "ccnr_mersenne.h"
|
||||
Reference in New Issue
Block a user