From 1a2f5514b253f5062061e9e334bf13da0440078a Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 25 Sep 2010 07:25:11 +0000 Subject: [PATCH] Added --disable-nls to prevent make from pulling in libintl, thanks goes to Kaliber for pointing this one out. --- sys-devel/make/make-3.82.bep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/make/make-3.82.bep b/sys-devel/make/make-3.82.bep index 5a89a9064..13dc5db53 100644 --- a/sys-devel/make/make-3.82.bep +++ b/sys-devel/make/make-3.82.bep @@ -5,11 +5,10 @@ CHECKSUM_MD5="1a11100f3c63fcf5753818e59d63088f" REVISION="1" STATUS_HAIKU="stable" DEPEND="" -MESSAGE="Warning, if building Haiku OptionalPackage, be sure gettext and libintl are not enabled" BUILD { cd make-3.82 libtoolize --force --copy --install - ./configure --prefix=`finddir B_COMMON_DIRECTORY` LOCALEDIR="/etc/locale" + ./configure --prefix=`finddir B_COMMON_DIRECTORY` LOCALEDIR="/etc/locale" --disable-nls ./build.sh }