gentoo-ebuilds/media-video/sonic-snap/files/sonic-snap-1.7-fltk1.4.patch
Ionen Wolkens ee7538e52d
media-video/sonic-snap: add binding := to fltk & fix build with 1.4
1.4.x drops the case sensitivity compat symlinks by default
and upstream strongly recommends to fix packages rather than
re-enable them.

:= due to new soname

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

6 lines
177 B
Diff

Deprecated compatibility symlinks are removed.
--- a/sonic-snap-gui.cxx
+++ b/sonic-snap-gui.cxx
@@ -22 +22 @@
-#include <FL/fl_file_chooser.H>
+#include <FL/Fl_File_Chooser.H>