mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
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:
@@ -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
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user