git: 34f0a0048dbe - main - x11/fbdesk: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 05 Aug 2023 19:34:54 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=34f0a0048dbe13f89e67ae03a544efe59c7daa7a

commit 34f0a0048dbe13f89e67ae03a544efe59c7daa7a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-05 19:13:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 19:34:42 +0000

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

diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile
index be778c6299da..4a8de8e6cbf6 100644
--- a/x11/fbdesk/Makefile
+++ b/x11/fbdesk/Makefile
@@ -15,10 +15,13 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libImlib2.so:graphics/imlib2
 
 USES=		pkgconfig xorg
+USE_CXXSTD=	c++14
 USE_XORG=	xext xft xpm xrender
+
 GNU_CONFIGURE=	yes
 
 PORTDOCS=	ChangeLog INSTALL README
+
 PLIST_FILES=	bin/fbdesk
 
 OPTIONS_DEFINE=	DOCS