From 4af47f95edf4245350aca238a6e98a022ccd6b92 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 24 Sep 2010 19:24:58 +0000 Subject: [PATCH] Updated the .bep file make, this seems to allow it to build without libintl, need to verify on clean system. --- sys-devel/make/make-3.82.bep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/make/make-3.82.bep b/sys-devel/make/make-3.82.bep index 31805ac9d..6141dce77 100644 --- a/sys-devel/make/make-3.82.bep +++ b/sys-devel/make/make-3.82.bep @@ -5,10 +5,11 @@ CHECKSUM_MD5="1a11100f3c63fcf5753818e59d63088f" REVISION="1" STATUS_HAIKU="stable" DEPEND="" +COMMENT="Warning, if building Haiku OptionalPackage, be sure Getext and libintl are not enabled" BUILD { cd make-3.82 libtoolize -fci - ./configure --prefix=/boot/common + ./configure --prefix=`finddir B_COMMON_DIRECTORY` LOCALEDIR="/etc/locale" make }