aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-19 19:26:02 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-19 19:27:16 +0000
commit1988a6409839232c3a63da972f429710d3efdac8 (patch)
tree986d94cfc195819d03493cc5796fda6505d17f8a
parentba4004193fe971bba49e83f4c92ffce5707f1457 (diff)
downloadports-1988a6409839232c3a63da972f429710d3efdac8.tar.gz
ports-1988a6409839232c3a63da972f429710d3efdac8.zip
math/oink: Fix build with llvm16
- Pet protclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--math/oink/Makefile5
1 files 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