benchmarks/sipp: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix:stat.hpp:307: error: ISO C++ does not support long long PR: 237554 Approved by: farrokhi (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20087
This commit is contained in:
parent
8bf9bf0699
commit
576efa8afe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500498
@ -12,13 +12,9 @@ COMMENT= SIP benchmarking and testing tool
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN_mips= fails to compile: stat.hpp:307: error: ISO C++ does not support long long
|
||||
BROKEN_mips64= fails to compile: stat.hpp:307: error: ISO C++ does not support long long
|
||||
BROKEN_powerpc64= fails to compile: stat.hpp:307: error: ISO C++ does not support long long
|
||||
|
||||
BUILD_DEPENDS= help2man:misc/help2man
|
||||
|
||||
USES= autoreconf gmake ncurses pkgconfig
|
||||
USES= autoreconf compiler:c++11-lang gmake ncurses pkgconfig
|
||||
|
||||
PLIST_FILES= bin/sipp man/man1/sipp.1.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user