git: b0f043f3992a - main - x11-clocks/bbdate: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 06 Aug 2023 20:30:33 UTC
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 \