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
This commit is contained in:
Antoine Brodin 2018-11-04 12:15:56 +00:00
parent 133151181b
commit aaf59c4573
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484003

View file

@ -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