gentoo-ebuilds/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-gcc14-build-fix.patch
Brahmajit Das b79ffd3a3c
x11-misc/xscreensaver-app: Fix passing argument from incompatible pointer
And update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/924177
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35353
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
2024-02-16 09:19:51 +01:00

12 lines
259 B
Diff

Bug: https://bugs.gentoo.org/924177
--- a/xscreensaver.app.c
+++ b/xscreensaver.app.c
@@ -116,7 +116,7 @@ void popConfig()
int main(int argc, char **argv)
{
- unsigned height, width;
+ unsigned short height, width;
char *st_command;
int status;