git: 3f285dd760e8 - main - math/bcps: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 18:30:55 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3f285dd760e8ef0652c037f8893dff934b2652bf
commit 3f285dd760e8ef0652c037f8893dff934b2652bf
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-06 18:30:12 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-06 18:30:39 +0000
math/bcps: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
---
math/bcps/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/math/bcps/Makefile b/math/bcps/Makefile
index 988a2dfac56d..81a795dbe070 100644
--- a/math/bcps/Makefile
+++ b/math/bcps/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= libAlps.so:math/alps \
libopenblas.so:math/openblas
USES= gmake libtool pkgconfig
+USE_CXXSTD= c++14
USE_LDCONFIG= yes
USE_GITHUB= yes