Updated the .bep file make, this seems to allow it to build without libintl, need to verify on clean system.

This commit is contained in:
Scott McCreary
2010-09-24 19:24:58 +00:00
parent 12999d8735
commit 4af47f95ed

View File

@@ -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
}