git: 654b28e1df87 - main - x11-wm/obpager: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 05 Aug 2023 18:01:29 UTC
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}}