mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/matchbox-panel: fix build with GCC 14.x
No autobuild errors recorded due to download errors with dependencies. Patch not sent anymore, original project has no updates since 2010: https://git.yoctoproject.org/matchbox-panel Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
446fea34aa
commit
e235a191dd
16
package/matchbox-panel/0004-fix-build.patch
Normal file
16
package/matchbox-panel/0004-fix-build.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
Description: fix FTBFS with stricter GCC flags
|
||||
|
||||
Upstream: https://sources.debian.org/src/matchbox-panel/0.9.3%2Bgit20100816-2/debian/patches/fix-build
|
||||
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
||||
|
||||
Index: matchbox-panel-0.9.3+git20100816/src/msg.h
|
||||
===================================================================
|
||||
--- matchbox-panel-0.9.3+git20100816.orig/src/msg.h 2020-06-16 16:04:57.000000000 +0100
|
||||
+++ matchbox-panel-0.9.3+git20100816/src/msg.h 2024-08-09 11:22:54.986036009 +0100
|
||||
@@ -17,5 +17,6 @@
|
||||
void msg_handle_events(MBPanel *d, XEvent *e);
|
||||
void msg_handle_timeouts(MBPanel *d);
|
||||
void msg_cancel(MBPanel *d, XClientMessageEvent *e);
|
||||
+Bool msg_set_timeout (MBPanel *d, struct timeval *tv, struct timeval **tvp);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user