app-text/mandoc: disable utf-8

mandoc hangs upon displaying an utf-8 document. This is observed as a
bug in Haiku wchar implementation.

This commit could be reverted once ticket#13948 is fixed.
This commit is contained in:
Leorize
2018-01-11 09:11:57 +07:00
committed by fbrosson
parent 6d360986c2
commit cb7175c3e5

View File

@@ -85,7 +85,6 @@ BUILD()
PREFIX='$prefix'
SBINDIR="\${PREFIX}/bin"
SYSCONFDIR='$sysconfDir'
UTF8_LOCALE='en.UTF-8'
EOF
./configure
@@ -104,7 +103,8 @@ INSTALL()
$manDir/man8/makewhatis.8
}
TEST()
{
make regress
}
# Won't work unless UTF-8 support is re-enabled
#TEST()
#{
# make regress
#}