gentoo-ebuilds/media-libs/xine-lib/files/xine-lib-1.2.13-x86-protected-binutils-2.39.patch
Sam James f5d7e42421
media-libs/xine-lib: fix build on (x86 w/ binutils-2.39 || clang)
Funnily enough, the change which did this in Binutils 2.39 is related
to the fixes for all the Qt stuff.

Closes: https://bugs.gentoo.org/731046
Closes: https://bugs.gentoo.org/955130
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-01 01:33:28 +01:00

15 lines
499 B
Diff

https://bugs.gentoo.org/731046
https://bugs.gentoo.org/955130
https://sourceware.org/PR29377
https://wiki.linuxfromscratch.org/blfs/ticket/16940
--- a/include/xine.h
+++ b/include/xine.h
@@ -118,7 +118,7 @@ xine_t *xine_new (void) XINE_PROTECTED;
/* allow the setting of some flags before xine_init
* FIXME-ABI: this is currently GLOBAL
*/
-void xine_set_flags (xine_t *, int) XINE_PROTECTED XINE_WEAK;
+void xine_set_flags (xine_t *, int) XINE_WEAK;
#define XINE_FLAG_NO_WRITE_CACHE 1
/*