diff options
Diffstat (limited to 'archivers/pecl-zstd/Makefile')
-rw-r--r-- | archivers/pecl-zstd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/pecl-zstd/Makefile b/archivers/pecl-zstd/Makefile index 33c5604734e7..055445f91d60 100644 --- a/archivers/pecl-zstd/Makefile +++ b/archivers/pecl-zstd/Makefile @@ -16,14 +16,8 @@ USES= php:pecl pkgconfig CONFIGURE_ARGS= --with-libzstd -.include <bsd.port.pre.mk> - post-patch: -.if ${PHP_VER} >= 85 - ${REINPLACE_CMD} -e 's|ext/standard/php_smart_string|Zend/zend_smart_string|' \ - ${WRKSRC}/zstd.c -.endif # Clean up bundled libraries @${RM} -r ${WRKSRC}/zstd/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |