forked from Lainports/freebsd-ports
Mk/Uses/kde.mk: set up UTF-8 locale as default on build environment (+)
Recently we discovered a bug with plasma apps parsing non-latin strings when pure C locale was used at compile stage which leads to save and display broken strings full of "?" symbols. Fix it by set a full UTF-8 locale for the build process. Idea: arrowd Tests: fluffy Sponsored by: Serenity Cybersecurity, LLC
This commit is contained in:
parent
277d6022f6
commit
1dd6bda76a
1 changed files with 2 additions and 0 deletions
|
|
@ -189,6 +189,8 @@ IGNORE?= unknown CATEGORY value '${_KDE_CATEGORY}' #'
|
|||
. endif #defined(_KDE_CATEGORY)
|
||||
|
||||
# ==============================================================================
|
||||
# === SET UP LOCALE ENVIRONMENT =================================================
|
||||
USE_LOCALE?= en_US.UTF-8
|
||||
|
||||
# === SET UP CMAKE ENVIRONMENT =================================================
|
||||
# Help cmake to find files when testing ports with non-default PREFIX.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue