Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 23:52:40 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9526fdfc6a93 - main - math/ann: Fix build with llvm16
Message-ID:  <202308062352.376Nqej7075488@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308062352.376Nqej7075488>