From f72939fd5bd10e152147b0fe8cdc47bb51d25ba2 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 10 Dec 2010 23:46:56 +0000 Subject: [PATCH] Disable nls when building sharutils, will need to patch lib/inttostr.c once a correct patch is figured out. Commenting out lines 35, 36 and 46 allows it to build, but may not work as expected. A better fix is needed. Patches welcome. --- app-arch/sharutils/sharutils-4.10.bep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-arch/sharutils/sharutils-4.10.bep b/app-arch/sharutils/sharutils-4.10.bep index d06b88aa6..72367da5e 100644 --- a/app-arch/sharutils/sharutils-4.10.bep +++ b/app-arch/sharutils/sharutils-4.10.bep @@ -10,7 +10,8 @@ BUILD { cd sharutils-4.10 MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ - --mandir=$MANDIR + --mandir=$MANDIR \ + --disable-nls make }