games-roguelike/cataclysm-dda: Fix locales not installing

Signed-off-by: strategictraveler <strategictraveler@proton.me>
This commit is contained in:
strategictraveler
2024-12-24 10:06:19 +00:00
parent 28ecb587fc
commit 6c9d2edd5f
2 changed files with 4 additions and 8 deletions

View File

@@ -116,6 +116,8 @@ src_compile() {
USE_XDG_DIR=1
)
use nls && export LANGUAGES="all"
if use ncurses; then
# don't build tests twice
if ! use tiles; then
@@ -135,10 +137,6 @@ src_compile() {
"TESTS=$(usex test 1 0)" \
"TILES=$(usex tiles 1 0)"
fi
if use nls; then
emake localization
fi
}
src_install() {

View File

@@ -109,6 +109,8 @@ src_compile() {
USE_XDG_DIR=1
)
use nls && export LANGUAGES="all"
if use ncurses; then
# don't build tests twice
if ! use tiles; then
@@ -128,10 +130,6 @@ src_compile() {
"TESTS=$(usex test 1 0)" \
"TILES=$(usex tiles 1 0)"
fi
if use nls; then
emake localization
fi
}
src_install() {