Z. Liu 64a2296615
dev-libs/efl: fix build w/ musl
in file src/lib/eina/eina_file_posix.c
1. __USE_MISC is a glibc-specific macro, use of it has been removed in
   upstream (e.g for 1.28.0), defined here for simplicity.
2. ino64_t is available only if _LARGEFILE64_SOURCE is defined

Closes: https://bugs.gentoo.org/928586
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40344
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2025-01-29 18:25:53 +02:00
..