From 9526fdfc6a93e560caa9d3294472cc1b79d2fceb Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 7 Aug 2023 01:15:09 +0200 Subject: [PATCH] math/ann: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- math/ann/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/ann/Makefile b/math/ann/Makefile index 30b453d0ecc5d..dd49b5850272b 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