mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-arcade/conveysdl: fix build with upcoming clang16
Closes: https://bugs.gentoo.org/871048 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -26,6 +26,7 @@ PATCHES=(
|
||||
"${FILESDIR}"/${P}-arrays.patch
|
||||
"${FILESDIR}"/${P}-audio.patch
|
||||
"${FILESDIR}"/${P}-speed.patch
|
||||
"${FILESDIR}"/${P}-clang16.patch
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
|
||||
8
games-arcade/conveysdl/files/conveysdl-1.3-clang16.patch
Normal file
8
games-arcade/conveysdl/files/conveysdl-1.3-clang16.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
https://bugs.gentoo.org/871048
|
||||
--- a/main.c
|
||||
+++ b/main.c
|
||||
@@ -70,3 +70,3 @@
|
||||
|
||||
-int playsound(soundnum)
|
||||
+int playsound(int soundnum)
|
||||
{
|
||||
Reference in New Issue
Block a user