diff --git a/dev-lang/php/php-5.3.5.bep b/dev-lang/php/php-5.3.5.bep index 2d5e280b8..274c420d5 100644 --- a/dev-lang/php/php-5.3.5.bep +++ b/dev-lang/php/php-5.3.5.bep @@ -3,7 +3,7 @@ HOMEPAGE="http://www.php.net" SRC_URI="http://php.net/distributions/php-5.3.5.tar.bz2" CHECKSUM_MD5="8aaf20c95e91f25c5b6a591e5d6d61b9" REVISION="1" -STATUS_HAIKU="broken" +STATUS_HAIKU="stable" DEPEND="dev-libs/libpcre >= 8.00" BUILD { cd php-5.3.5 @@ -14,13 +14,14 @@ BUILD { ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ --enable-shared \ --enable-static \ - --with-libxml-dir=`finddir B_COMMON_DIRECTORY` + --with-libxml-dir=`finddir B_COMMON_DIRECTORY` \ + --without-iconv make } INSTALL { cd php-5.3.5 - make install + make install INSTALL_ROOT=${DESTDIR} } COPYRIGHT="2001-2011 PHP Group"