1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/pecl-grpc/Makefile
2021-05-26 12:52:40 +08:00

25 lines
607 B
Makefile

# Created by: vanilla@
PORTNAME= grpc
PORTVERSION= 1.38.0
CATEGORIES= devel net
MAINTAINER= vanilla@FreeBSD.org
COMMENT= High performance, general RPC framework
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
USES= compiler:c++11-lang 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
.include <bsd.port.post.mk>