mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-astronomy/kstars: Fix build with GCC-15
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
25
sci-astronomy/kstars/files/kstars-3.7.5-gcc15.patch
Normal file
25
sci-astronomy/kstars/files/kstars-3.7.5-gcc15.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
From 112d61819075f3e5a7def72deb2b5055fd6ad91f Mon Sep 17 00:00:00 2001
|
||||
From: Jasem Mutlaq <mutlaqja@ikarustech.com>
|
||||
Date: Sat, 10 May 2025 10:05:24 +0300
|
||||
Subject: [PATCH] Fix build with GCC-15
|
||||
|
||||
* asturm 2025-05-18: Split from unrelated changes.
|
||||
|
||||
---
|
||||
kstars/auxiliary/gslhelpers.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/kstars/auxiliary/gslhelpers.h b/kstars/auxiliary/gslhelpers.h
|
||||
index ebd29480fc..8ef9e2bc76 100644
|
||||
--- a/kstars/auxiliary/gslhelpers.h
|
||||
+++ b/kstars/auxiliary/gslhelpers.h
|
||||
@@ -7,6 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
+#include <cstdint>
|
||||
#include <gsl/gsl_vector.h>
|
||||
#include <gsl/gsl_sort.h>
|
||||
#include <gsl/gsl_statistics.h>
|
||||
--
|
||||
GitLab
|
||||
@@ -84,6 +84,7 @@ PATCHES=(
|
||||
# downstream patches
|
||||
"${FILESDIR}"/${PN}-3.7.{4,5}-cmake.patch # bug 895892
|
||||
"${FILESDIR}"/${P}-cmake-install-paths.patch # bug 953100
|
||||
"${FILESDIR}"/${PN}-3.7.5-gcc15.patch # bug 956122
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user