git: 1988a6409839 - main - math/oink: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jul 2023 19:27:33 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1988a6409839232c3a63da972f429710d3efdac8
commit 1988a6409839232c3a63da972f429710d3efdac8
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-19 19:26:02 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-19 19:27:16 +0000
math/oink: Fix build with llvm16
- Pet protclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
---
math/oink/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/math/oink/Makefile b/math/oink/Makefile
index 82ec56b65a2e..9929dcc711a6 100644
--- a/math/oink/Makefile
+++ b/math/oink/Makefile
@@ -13,11 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
USES= cmake:testing
-USE_LDCONFIG= yes
-
+USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= trolando
GH_TAGNAME= 3327c54
+USE_LDCONFIG= yes
+
CMAKE_ON= BUILD_SHARED_LIBS