git: 48578c163000 - main - x11-wm/fluxter: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 21 Jul 2023 14:45:39 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=48578c16300059ee9b09abfe9d78d30b983872cc

commit 48578c16300059ee9b09abfe9d78d30b983872cc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 13:50:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 14:45:28 +0000

    x11-wm/fluxter: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 x11-wm/fluxter/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-wm/fluxter/Makefile b/x11-wm/fluxter/Makefile
index cd4412046b7c..20358c176aed 100644
--- a/x11-wm/fluxter/Makefile
+++ b/x11-wm/fluxter/Makefile
@@ -11,8 +11,9 @@ WWW=		https://www.hydrus.org.uk/
 LICENSE=	GPLv2
 
 USES=		gmake xorg
-
+USE_CXXSTD=	c++14
 USE_XORG=	x11 ice xorgproto xt xaw xext sm
+
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/fluxter \