forked from Lainports/freebsd-ports
math/ann: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2f960e39ca
commit
9526fdfc6a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue