- Mark broken on 9 i386:

relative_time.cc: In member function 'void relative_time::rollover()':
relative_time.cc:308: error: call of overloaded 'abs(int64_t&)' is ambiguous
/usr/include/stdlib.h:83: note: candidates are: int abs(int)
/usr/include/c++/4.2/cstdlib:143: note:                 long int std::abs(long int)
relative_time.cc:313: error: call of overloaded 'abs(int64_t&)' is ambiguous
/usr/include/stdlib.h:83: note: candidates are: int abs(int)
/usr/include/c++/4.2/cstdlib:143: note:                 long int std::abs(long int)

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-10-25 15:51:02 +00:00
parent 40c8790a0f
commit 2b1a810f4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424631

View File

@ -14,6 +14,8 @@ LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre \
${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3
BROKEN_FreeBSD_9_i386= does not build
USE_GITHUB= yes
GH_ACCOUNT= tstack