summaryrefslogtreecommitdiff
path: root/benchmarks/hipercontracer
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-08-25 13:43:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-08-25 13:43:14 +0000
commit015dcebdbc8c03518a9a2e404070964abca75780 (patch)
tree65e974999696e05563283ee08b3f392f16aff91d /benchmarks/hipercontracer
parentRemove programs from the util-linux package that are missing some libraries (diff)
Fix build on gcc-based architectures:
CMake Error in src/CMakeLists.txt: Target "hpcttrigger" requires the language dialect "CXX14" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=509796
Diffstat (limited to 'benchmarks/hipercontracer')
-rw-r--r--benchmarks/hipercontracer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/hipercontracer/Makefile b/benchmarks/hipercontracer/Makefile
index 202bd50a2e4a..9493d463ae2c 100644
--- a/benchmarks/hipercontracer/Makefile
+++ b/benchmarks/hipercontracer/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libboost_system.so:devel/boost-libs \
libboost_thread.so:devel/boost-libs
-USES= tar:xz cmake shebangfix python
+USES= cmake compiler:c++14-lang python shebangfix tar:xz
USE_LDCONFIG= yes
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man