svn commit: r509796 - head/benchmarks/hipercontracer

Mark Linimon linimon at FreeBSD.org
Sun Aug 25 13:43:15 UTC 2019


Author: linimon
Date: Sun Aug 25 13:43:14 2019
New Revision: 509796
URL: https://svnweb.freebsd.org/changeset/ports/509796

Log:
  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)

Modified:
  head/benchmarks/hipercontracer/Makefile

Modified: head/benchmarks/hipercontracer/Makefile
==============================================================================
--- head/benchmarks/hipercontracer/Makefile	Sun Aug 25 13:38:29 2019	(r509795)
+++ head/benchmarks/hipercontracer/Makefile	Sun Aug 25 13:43:14 2019	(r509796)
@@ -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


More information about the svn-ports-head mailing list