From cb7175c3e51b5043bbf39df0cd7a6bfaf0f7fdeb Mon Sep 17 00:00:00 2001 From: Leorize Date: Thu, 11 Jan 2018 09:11:57 +0700 Subject: [PATCH] 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. --- app-text/mandoc/mandoc-1.14.3.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-text/mandoc/mandoc-1.14.3.recipe b/app-text/mandoc/mandoc-1.14.3.recipe index 211cd5448..215fe9a10 100644 --- a/app-text/mandoc/mandoc-1.14.3.recipe +++ b/app-text/mandoc/mandoc-1.14.3.recipe @@ -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 +#}