Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 21:18:32 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: d5b8f95f2022 - main - www/wsmake: Fix build with llvm16
Message-ID:  <202308022118.372LIW4l017700@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=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
 



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