Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 21:53:10 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: b387e72d744e - main - devel/atlas: Fix build with llvm16
Message-ID:  <202308062153.376LrAOv075574@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=b387e72d744e20c1016c54e1717c9da6b8d2f11c

commit b387e72d744e20c1016c54e1717c9da6b8d2f11c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-06 20:37:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-06 21:53:03 +0000

    devel/atlas: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 devel/atlas/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/atlas/Makefile b/devel/atlas/Makefile
index 24ff78c8a5ad..159a428c763d 100644
--- a/devel/atlas/Makefile
+++ b/devel/atlas/Makefile
@@ -13,8 +13,11 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		libtool pathfix tar:bzip2
-GNU_CONFIGURE=	yes
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
+
+GNU_CONFIGURE=	yes
+
 MAKE_ARGS=	docdir=${DOCSDIR}
 
 OPTIONS_DEFINE=	DOCS



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