diff options
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 6696d22f30a0..a33efdc27251 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -169,6 +169,7 @@ CONFIGURE_ARGS+=--disable-ipv6 post-patch: @${TOUCH} ${WRKSRC}/ext/php_config.h +# @${REINPLACE_CMD} -e 's|freetype/||g' ${WRKSRC}/config.m4 @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* .if ${PORT_OPTIONS:MFPM} @${REINPLACE_CMD} -e "s|^;\(pid\)|\1|;s|^;\(pm\.[a-z_]*_servers\)|\1|" \ |