pkgsrc/devel/gettext-lib
mcf df6904d201 gettext-lib: fix built-in gettext detection on musl
Some packages, for example GNU sed, still use old versions of
gettext.m4 (serial 67 or older) despite having recent releases.

These versions of gettext.m4 fail to detect gettext on musl, which
has gettext built-in to libc. While there is some logic in
gettext-lib/builtin.mk for this situation, it only covers the case
where libintl is separate from libc. To fix this, set the corresponding
configure variables when gettext is built-in to libc.
2020-10-15 23:32:07 +00:00
..
buildlink3.mk
builtin.mk gettext-lib: fix built-in gettext detection on musl 2020-10-15 23:32:07 +00:00
DESCR
distinfo
Makefile
PLIST