From b387e72d744e20c1016c54e1717c9da6b8d2f11c Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 6 Aug 2023 22:37:50 +0200 Subject: [PATCH] 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