diff options
Diffstat (limited to 'converters/pecl-igbinary/Makefile')
-rw-r--r-- | converters/pecl-igbinary/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/converters/pecl-igbinary/Makefile b/converters/pecl-igbinary/Makefile index 43c98b61c1bb..a008161cd662 100644 --- a/converters/pecl-igbinary/Makefile +++ b/converters/pecl-igbinary/Makefile @@ -12,15 +12,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= php:pecl -.include <bsd.port.pre.mk> - post-patch: -.if ${PHP_VER} >= 85 - @${REINPLACE_CMD} -e 's|ext/standard/php_smart_string.h|Zend/zend_smart_string.h|' \ - ${WRKSRC}/src/php7/php_igbinary.h -.endif # Install the real header files @${CP} ${WRKSRC}/src/php7/igbinary.h ${WRKSRC}/igbinary.h @${CP} ${WRKSRC}/src/php7/php_igbinary.h ${WRKSRC}/php_igbinary.h -.include <bsd.port.post.mk> +.include <bsd.port.mk> |