diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-10-29 14:04:57 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-10-29 14:04:57 +0000 |
commit | 9dc4f347926595ecb26b3b19a20655c316c8cbc9 (patch) | |
tree | c4cad1bda8dbf65f4c83e1a90672e2990f28f260 /devel/pecl-grpc | |
parent | b720f3abb181920555abf72897807aa4afb1a99e (diff) |
Notes
Diffstat (limited to 'devel/pecl-grpc')
-rw-r--r-- | devel/pecl-grpc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile index 92fc73faf3a3..3c8444b008b9 100644 --- a/devel/pecl-grpc/Makefile +++ b/devel/pecl-grpc/Makefile @@ -20,8 +20,8 @@ USES= php:pecl .include <bsd.port.pre.mk> -#.if ${FLAVOR} == php72 && ${ARCH} == i386 -#BROKEN= error: fastcall calling convention ignored on variadic function [-Werror,-Wignored-attributes] -#.endif +.if ${FLAVOR} == php72 && ${ARCH} == i386 +BROKEN= error: fastcall calling convention ignored on variadic function [-Werror,-Wignored-attributes] +.endif .include <bsd.port.post.mk> |