diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-05 13:54:29 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-05 14:46:35 +0000 |
commit | b83133772b443161563c1530a5989bfcc6068988 (patch) | |
tree | 1d3cf18e3020b7b94a2a4755c45b1b2fec4e3b81 | |
parent | e9d156056cec6966b4b4c2c1f9d0963105ee2f68 (diff) | |
download | ports-b83133772b443161563c1530a5989bfcc6068988.tar.gz ports-b83133772b443161563c1530a5989bfcc6068988.zip |
benchmarks/imb: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | benchmarks/imb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile index 3cb09c174b5e..38e77681ae7d 100644 --- a/benchmarks/imb/Makefile +++ b/benchmarks/imb/Makefile @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/license/license.txt #GH_PROJECT= mpi-benchmarks USES= gmake localbase +USE_CXXSTD= c++14 + BINARY_ALIAS= make=${GMAKE} WRKSRC= ${WRKDIR}/mpi-benchmarks-${DISTNAME} |