diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-10 11:50:23 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-10 11:50:23 +0100 |
commit | ed90e67f47704c9a870f8368d8149ab49cc42c02 (patch) | |
tree | 4f3b98e1896a2096baa70d8aa957682519653389 /profiles | |
parent | dev-libs/libxslt: Added new maintainers (diff) | |
download | gentoo-ed90e67f47704c9a870f8368d8149ab49cc42c02.tar.gz gentoo-ed90e67f47704c9a870f8368d8149ab49cc42c02.tar.bz2 gentoo-ed90e67f47704c9a870f8368d8149ab49cc42c02.zip |
profiles/prefix/darwin/macos: force USE=nls on gettext
gettext fails to link without USE=nls on Darwin
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/package.use.force | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/package.use.force b/profiles/prefix/darwin/macos/package.use.force index f379b249c796..3faf74b254e7 100644 --- a/profiles/prefix/darwin/macos/package.use.force +++ b/profiles/prefix/darwin/macos/package.use.force @@ -1,6 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (2020-12-10) +# Fails to compile without nls during link with undefined symbol for +# _gl_get_setlocale_null_lock, related, but causing other issues: +# https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=24276d89d7c30abb460e786497fe7d50605bcdf7 +~sys-devel/gettext-0.21* nls + # Fabian Groffen <grobian@gentoo.org> (2020-06-08) # Do NOT enable tinfo, it breaks ANYTHING existing, and it also breaks # ncurses itself, for it apparently doesn't link against tinfo itself, |