Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2023 17:47:09 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: 6c200f6b41b2 - main - x11-wm/fluxbox: Fix build with llvm16
Message-ID:  <202307161747.36GHl9xC095909@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=6c200f6b41b28acc6f4a758d4386fd9ebbff3f74

commit 6c200f6b41b28acc6f4a758d4386fd9ebbff3f74
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-16 17:12:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-16 17:46:51 +0000

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

diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile
index b7247578dc20..0105a14bb16f 100644
--- a/x11-wm/fluxbox/Makefile
+++ b/x11-wm/fluxbox/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libfribidi.so:converters/fribidi \
 		libfontconfig.so:x11-fonts/fontconfig
 
 USES=		gmake pkgconfig xorg
-
+USE_CXXSTD=	c++11
 USE_XORG=	x11 xext xorgproto xft xpm xrandr
 GNU_CONFIGURE=	yes
 



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