Skip to content

Commit

Permalink
math/ann: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Aug 6, 2023
1 parent 2f960e3 commit 9526fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion math/ann/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 9526fdf

Please sign in to comment.