- Fix build with lang/php5 (PHP 5.4)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-05-17 14:59:09 +00:00
parent bb05e75391
commit 5f09370e80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296837

View file

@ -21,4 +21,7 @@ CONFIGURE_ARGS= --with-cconv-dir=${LOCALBASE}
USE_PHP= yes
USE_PHPEXT= yes
post-patch:
@${REINPLACE_CMD} -e 's| function_entry| zend_function_entry|' ${WRKSRC}/php_cconv.c
.include <bsd.port.mk>