summaryrefslogtreecommitdiff
path: root/games-util/libstrangle
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-25 06:49:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-25 06:49:35 +0000
commit0b82ae29b3034efe3e7b7f533dbcb76168544c5e (patch)
treeea954d341afdcf53b3b79c78c9a54ff2c9693096 /games-util/libstrangle
parentb0b85e141f6a9a74d9d6bdce989a626ff5e92523 (diff)
gentoo auto-resync : 25:03:2023 - 06:49:35
Diffstat (limited to 'games-util/libstrangle')
-rw-r--r--games-util/libstrangle/Manifest3
-rw-r--r--games-util/libstrangle/files/libstrangle-0.1.1_p20220222-gcc13.patch7
-rw-r--r--games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild6
3 files changed, 14 insertions, 2 deletions
diff --git a/games-util/libstrangle/Manifest b/games-util/libstrangle/Manifest
index 258530fe34bf..49dd86d0b86b 100644
--- a/games-util/libstrangle/Manifest
+++ b/games-util/libstrangle/Manifest
@@ -1,3 +1,4 @@
+AUX libstrangle-0.1.1_p20220222-gcc13.patch 146 BLAKE2B db09f5d9dad9d9e468fa7fc75bdbbb55ebaacf61bfef415960dc1b5e242c1bde7affa7d94e489d9a9547e774c4fcaa9586aa5b94ccc5fea9c4ef74750702d3f4 SHA512 f234e13b8b915dc55db2fffcaf1d58b8608b2b644299c7f4ea2c75268af6082bcb6356b4f31b1148ecae24d24c27aa1602dca2be7c64f1df7c614170bad96ca2
DIST libstrangle-0.1.1_p20220222.tar.bz2 834715 BLAKE2B e849bf5da7a58ef081059471915d7488de5da4c805a42ff9d96fa477fcf6aada4769683020b0233215804e93e280c8b424e3fc56e2939714cc4c2ecc2794831d SHA512 a0b8a741d45e8bdda71a3b1a5ff905925d8b178253c0ac05e01e86c339aa15a207c9b514b17ae2c9810118fe749abf089c8d8efeef23b67a5718da85db264b68
-EBUILD libstrangle-0.1.1_p20220222-r1.ebuild 1304 BLAKE2B 2dd8924e1feb0ec7c4ff635493e1e1e17040dacd00e8998ae336533e6d005d8a37c9d2fbfdc964c6418837bd05a3033acb2d3bc4328d3facdba08f82bc1afda1 SHA512 9844be1351f535f48da8ea127c1c81e1d4fc82978d46b7cabc0f27b934da22933e9f47439ef5df8c5578ea259e591e6783f29d94106d8996818955fba96cae48
+EBUILD libstrangle-0.1.1_p20220222-r1.ebuild 1354 BLAKE2B 8454565c34dab9380bf2980ec3ba4ec50a7012cee0b19614956de66546e78ce81f42aad870e6b72b521b63fd3eb5a89259c1e52f56d986b6e4b9f953b62b09d0 SHA512 969774005911945dca6f1064c0820cffffffa7f0260187145e1e3a3330a2540c73d8a842a9fb82b38e3f083f4c91ce6340590c1c0553ff9ec7c954437c9dc601
MISC metadata.xml 332 BLAKE2B e75edf673556ac4f9fa191394e3984305272379efc2ca67149029dd037a16ea8679081ccde536648e57e61d7fc4cdeab7dd946dfc4dfe2222f9ca777636ae2b8 SHA512 2cd2bdaef93867ff657b5b752e548e74a43663549b02fe71ce0cef61662ed3a69b6d49e90f912486080e266308391f1b93a910ccf18879dd39e563a3327eb095
diff --git a/games-util/libstrangle/files/libstrangle-0.1.1_p20220222-gcc13.patch b/games-util/libstrangle/files/libstrangle-0.1.1_p20220222-gcc13.patch
new file mode 100644
index 000000000000..03fc215b2e46
--- /dev/null
+++ b/games-util/libstrangle/files/libstrangle-0.1.1_p20220222-gcc13.patch
@@ -0,0 +1,7 @@
+https://bugs.gentoo.org/899038
+--- a/src/vulkan/overlay.cpp
++++ b/src/vulkan/overlay.cpp
+@@ -28,2 +28,3 @@
+
++#include <cstdio>
+ #include <mutex>
diff --git a/games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild b/games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild
index 7424fd24e64a..6c2922519587 100644
--- a/games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild
+++ b/games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -33,6 +33,10 @@ DEPEND="
QA_SONAME="usr/lib.*/libstrangle.*" # intended for dlopen()
+PATCHES=(
+ "${FILESDIR}"/${P}-gcc13.patch
+)
+
src_prepare() {
default