Files
Cristian Othón Martínez Vera e3bb24923e app-text/enscript: fix compilation for musl + gcc15
These compilation errors didn't appear before, because the buggy code is
only compiled and linked with musl.

The old Autotools included with enscript assume that, if you don't have
GLIBC, you can't link it with external gettext libraries, and it must use
the included gettext/libintl code.

Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Part-of: https://github.com/gentoo/gentoo/pull/45577
Closes: https://github.com/gentoo/gentoo/pull/45577
Signed-off-by: Sam James <sam@gentoo.org>
2026-03-28 14:35:23 +00:00
..