diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-17 14:59:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-17 14:59:09 +0000 |
commit | 5f09370e801615d2b1cc9d150e90fe931d0a19a5 (patch) | |
tree | 8ac58baffde4dde7285defa66058ebbb5e6188fa /chinese | |
parent | bb05e75391389c08f5d2d25b10bebfabc753294c (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/php5-cconv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chinese/php5-cconv/Makefile b/chinese/php5-cconv/Makefile index 5936a38dc15c..2958aab199df 100644 --- a/chinese/php5-cconv/Makefile +++ b/chinese/php5-cconv/Makefile @@ -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> |