aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 23:15:09 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 23:52:28 +0000
commit9526fdfc6a93e560caa9d3294472cc1b79d2fceb (patch)
treef546118dec77c73f436c8539b3c9014bbb1c2b1f
parent2f960e39ca571ceae0d5c645b806a3377179bff3 (diff)
downloadports-9526fdfc6a93e560caa9d3294472cc1b79d2fceb.tar.gz
ports-9526fdfc6a93e560caa9d3294472cc1b79d2fceb.zip
math/ann: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--math/ann/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ann/Makefile b/math/ann/Makefile
index 30b453d0ecc5..dd49b5850272 100644
--- a/math/ann/Makefile
+++ b/math/ann/Makefile
@@ -9,8 +9,9 @@ MAINTAINER= tzhuan@csie.org
COMMENT= Library for Approximate Nearest Neighbor Searching
WWW= https://www.cs.umd.edu/~mount/ANN/
-USE_LDCONFIG= yes
USES= gmake
+USE_CXXSTD= c++14
+USE_LDCONFIG= yes
post-install:
${INSTALL_LIB} ${WRKSRC}/lib/libann.so.0 ${STAGEDIR}${PREFIX}/lib