svn commit: r483386 - head/devel/pecl-grpc

Vanilla I. Shu vanilla at FreeBSD.org
Mon Oct 29 14:04:58 UTC 2018


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>


More information about the svn-ports-all mailing list