git: cc7172dc8eef - main - devel/cxxtools: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 16:51:01 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cc7172dc8eef540a800c338d107e2c62bb6d2d44
commit cc7172dc8eef540a800c338d107e2c62bb6d2d44
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 16:08:16 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 16:08:16 +0000
devel/cxxtools: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation
---
devel/cxxtools/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/cxxtools/Makefile b/devel/cxxtools/Makefile
index 9cf6ee4e8e32..932aed7c80fe 100644
--- a/devel/cxxtools/Makefile
+++ b/devel/cxxtools/Makefile
@@ -20,9 +20,11 @@ BROKEN_sparc64= does not configure
USES= cpe iconv libtool localbase pathfix
CPE_VENDOR= tntnet
USE_CSTD= gnu89
+USE_CXXSTD= c++14
+USE_LDCONFIG= yes
+
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
.include <bsd.port.pre.mk>