Date: Mon, 29 Oct 2018 14:04:57 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483386 - head/devel/pecl-grpc Message-ID: <201810291404.w9TE4v33026164@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Oct 29 14:04:57 2018 New Revision: 483386 URL: https://svnweb.freebsd.org/changeset/ports/483386 Log: Mark BROKEN on i386 & php72. Modified: head/devel/pecl-grpc/Makefile Modified: head/devel/pecl-grpc/Makefile ============================================================================== --- head/devel/pecl-grpc/Makefile Mon Oct 29 13:13:43 2018 (r483385) +++ head/devel/pecl-grpc/Makefile Mon Oct 29 14:04:57 2018 (r483386) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810291404.w9TE4v33026164>