Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 18:01:31 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: 5f574490e262 - main - x11/bbappconf: Fix build with llvm16
Message-ID:  <202308051801.375I1Vpt090065@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=5f574490e2628c2c6f9996f277f81d8675067f6f

commit 5f574490e2628c2c6f9996f277f81d8675067f6f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-05 15:00:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 18:01:10 +0000

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

diff --git a/x11/bbappconf/Makefile b/x11/bbappconf/Makefile
index ed40dbdc3178..b8e0414c3526 100644
--- a/x11/bbappconf/Makefile
+++ b/x11/bbappconf/Makefile
@@ -9,7 +9,9 @@ COMMENT=	Application configuring tool for the blackbox window manager
 WWW=		http://bbtools.sourceforge.net/
 
 USES=		xorg
+USE_CXXSTD=	c++14
 USE_XORG=	x11
+
 GNU_CONFIGURE=	yes
 
 do-install:



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