mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
math/ann: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user