diff options
Diffstat (limited to 'lang/php52/Makefile')
| -rw-r--r-- | lang/php52/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php52/Makefile b/lang/php52/Makefile index e6576f048e90..0bb50d0d4710 100644 --- a/lang/php52/Makefile +++ b/lang/php52/Makefile @@ -194,6 +194,7 @@ CONFIGURE_ARGS+=--disable-ipv6 post-patch: @${TOUCH} ${WRKSRC}/ext/php_config.h + @${REINPLACE_CMD} -e 's|freetype/||g' ${WRKSRC}/configure @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* .if ${PORT_OPTIONS:MFPM} && ${PORT_OPTIONS:MCGI} @${REINPLACE_CMD} -e 's,BUILD_CGI=\"\\$$\(.*\)\\$$(EXTRA_LIBS),BUILD_CGI=\"\\$$\1\\$$(EXTRA_LIBS) \\$$(SAPI_EXTRA_LIBS),g' \ |
