Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 14:45:39 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: 48578c163000 - main - x11-wm/fluxter: Fix build with llvm16
Message-ID:  <202307211445.36LEjdhn025449@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=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 \



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