diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile index 887656a7a0e6..b8f5f8d7c8e5 100644 --- a/devel/pecl-grpc/Makefile +++ b/devel/pecl-grpc/Makefile @@ -1,17 +1,18 @@ PORTNAME= grpc PORTVERSION= 1.73.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org COMMENT= High performance, general RPC framework WWW= https://pecl.php.net/package/grpc LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips= fails to compile: fatal error: sys/auxv.h file not found BROKEN_mips64= fails to compile: fatal error: sys/auxv.h file not found +IGNORE_WITH_PHP= 85 USES= compiler:c++11-lang php:pecl .include