git: d5b8f95f2022 - main - www/wsmake: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Aug 2023 21:18:32 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5b8f95f202231c47254a3c7c5b4bad705f10fa4 commit d5b8f95f202231c47254a3c7c5b4bad705f10fa4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-02 21:17:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-02 21:18:15 +0000 www/wsmake: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- www/wsmake/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/wsmake/Makefile b/www/wsmake/Makefile index b5e7cbebbaa6..1e7dc4794deb 100644 --- a/www/wsmake/Makefile +++ b/www/wsmake/Makefile @@ -12,6 +12,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bzip2 +USE_CXXSTD= c++14 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gwsmake=no --enable-iswmake=no