git: 9526fdfc6a93 - main - math/ann: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 23:52:40 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9526fdfc6a93e560caa9d3294472cc1b79d2fceb commit 9526fdfc6a93e560caa9d3294472cc1b79d2fceb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 23:15:09 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 23:52:28 +0000 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 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