aboutsummaryrefslogtreecommitdiffstats
path: root/sys-apps/mandoc/mandoc-1.14.5-r3.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-11 10:38:10 +0200
committerWynn Wolf Arbor2020-06-11 10:38:10 +0200
commit07408d69ab77abd652b12ce7add78747b86159cd (patch)
tree9248ccc8bc1aec9f0e2d0e6d6868f3759af4eb11 /sys-apps/mandoc/mandoc-1.14.5-r3.ebuild
parentf3928fb15fe10c50e365909e14ad66da0f56efcd (diff)
downloadpramantha-07408d69ab77abd652b12ce7add78747b86159cd.tar.gz
sys-apps/mandoc: Bump to 1.14.5-r3
mandoc uses the 'locale' command in its configuration suite to find out which UTF-8 locale the system uses. On musl systems, 'locale' is missing, so mandoc assumes that no UTF-8 support is available. Force UTF8_LOCALE to C.UTF-8 on musl systems to make mandoc UTF-8 aware. Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to '')
-rw-r--r--sys-apps/mandoc/mandoc-1.14.5-r3.ebuild (renamed from sys-apps/mandoc/mandoc-1.14.5-r2.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/mandoc/mandoc-1.14.5-r2.ebuild b/sys-apps/mandoc/mandoc-1.14.5-r3.ebuild
index 1382e71..8025515 100644
--- a/sys-apps/mandoc/mandoc-1.14.5-r2.ebuild
+++ b/sys-apps/mandoc/mandoc-1.14.5-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -45,6 +45,8 @@ src_prepare() {
CC="$(tc-getCC)"
# The STATIC variable is only used by man.cgi.
STATIC=
+
+ $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '')
EOF
}