git: 6c200f6b41b2 - main - x11-wm/fluxbox: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jul 2023 17:47:09 UTC
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