diff options
Diffstat (limited to 'devel/pecl-grpc/Makefile')
-rw-r--r-- | devel/pecl-grpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile index 887656a7a0e6..6302b00e06b6 100644 --- a/devel/pecl-grpc/Makefile +++ b/devel/pecl-grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpc -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org @@ -11,6 +11,7 @@ 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 |