gentoo-ebuilds/media-sound/mup/files/mup-6.9-fltk1.4.patch
Ionen Wolkens 89e3b5173c
media-sound/mup: add binding := to fltk & fix build with 1.4
1.4.x seems to have dropped some transitive includes, and this needs
to include what it uses.

:= due to new soname

Also cleanup lower bound, <1.3.0 is long gone.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-12-26 12:48:32 -05:00

11 lines
262 B
Diff

Main.C:751:9: error: 'fl_register_images' was not declared ...
--- a/src/mupmate/Main.C
+++ b/src/mupmate/Main.C
@@ -68,6 +68,7 @@
#include <FL/Fl.H>
#include <FL/fl_ask.H>
+#include <FL/Fl_Shared_Image.H>
#include <FL/Fl_Tooltip.H>
#include "globals.H"