diff options
Diffstat (limited to 'lang/php81/Makefile')
-rw-r--r-- | lang/php81/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile index c9460939ae74..6d75850a9886 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -127,7 +127,6 @@ CONFIGURE_ENV+= ac_cv_decimal_fp_supported="no" \ post-patch: @${TOUCH} ${WRKSRC}/ext/php_config.h - @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* post-patch-FPM-on: @${REINPLACE_CMD} -e "s|^;\(pid\)|\1|;s|^;\(pm\.[a-z_]*_servers\)|\1|" \ |