Mark BROKEN: fails to build

BackupStoreInfo.cpp:154:3: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'int32_t' (aka 'int') in initializer list [-Wc++11-narrowing]
                htonl(AccountID), // mAccountID
                ^~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-11-04 13:09:11 +00:00
parent 6b4eed90d3
commit bdc7182d3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484021

View File

@ -15,6 +15,8 @@ LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt
BROKEN= fails to build
USES= autoreconf perl5 ssl tar:tgz
GNU_CONFIGURE= yes
CFLAGS+= -I${OPENSSLINC} -std=c++98