aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-04-30 14:31:42 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-04-30 14:31:42 +0000
commit576efa8afea7bac906521e2d1dfd80c093e9abe8 (patch)
tree7d45aa4c0076b8b5b7dea6075a495feb0b687b62 /benchmarks
parent8bf9bf069904b62cc8841ae5b09cd851fd4c1cae (diff)
downloadports-576efa8afea7bac906521e2d1dfd80c093e9abe8.tar.gz
ports-576efa8afea7bac906521e2d1dfd80c093e9abe8.zip
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
Notes
Notes: svn path=/head/; revision=500498
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/sipp/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index 2bc6d06f58ea..b0f4adc19e26 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -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