Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 18:01:29 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: 654b28e1df87 - main - x11-wm/obpager: Fix build with llvm16
Message-ID:  <202308051801.375I1TUo090020@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=654b28e1df871df5dd5f9ceae3f42d973229f3b3

commit 654b28e1df871df5dd5f9ceae3f42d973229f3b3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-05 14:58:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 18:01:10 +0000

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

diff --git a/x11-wm/obpager/Makefile b/x11-wm/obpager/Makefile
index 319231f41af7..b5f30cdcd130 100644
--- a/x11-wm/obpager/Makefile
+++ b/x11-wm/obpager/Makefile
@@ -12,6 +12,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	gsed:textproc/gsed
 
 USES=		compiler gmake xorg
+USE_CXXSTD=	c++14
 USE_XORG=	x11 xext
 
 CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}



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