From aaf59c4573fad1afa49495ca04370d90307e8fd9 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 12:15:56 +0000 Subject: Mark BROKEN: fails to build network/cyberoroconnection.cpp:546:27: error: constant expression evaluates to 250 which cannot be narrowed to type 'char' [-Wc++11-narrowing] char packet[8] = { 0x0a, 0xfa, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00 }; ^~~~ Reported by: pkg-fallout --- games/qgo/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'games/qgo') diff --git a/games/qgo/Makefile b/games/qgo/Makefile index 4fceee012d48..cce577ff8df6 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_2~svn764.orig MAINTAINER= ports@FreeBSD.org COMMENT= Go board and SGF editor written with the Qt library +BROKEN= fails to build + WRKSRC= ${WRKDIR}/${PORTNAME} USES= desktop-file-utils qmake qt:4 tar:bzip2 -- cgit v1.2.3