git: b387e72d744e - main - devel/atlas: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 21:53:10 UTC
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