Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 20:30:33 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: b0f043f3992a - main - x11-clocks/bbdate: Fix build with llvm16
Message-ID:  <202308062030.376KUXWQ034678@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=b0f043f3992a409c1ccea788fcbef2dac81b3d8c

commit b0f043f3992a409c1ccea788fcbef2dac81b3d8c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-06 19:46:49 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-06 20:30:19 +0000

    x11-clocks/bbdate: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 x11-clocks/bbdate/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile
index 13275892498d..0e9f51c32637 100644
--- a/x11-clocks/bbdate/Makefile
+++ b/x11-clocks/bbdate/Makefile
@@ -13,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 USES=		xorg
+USE_CXXSTD=	c++14
 USE_XORG=	x11 xau xdmcp xext xfixes xi xrandr ice sm
 
 PLIST_FILES=	bin/bbdate share/bbtools/README.bbdate \



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