git: ed5fb867af61 - main - devel/zthread: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 06 Aug 2023 18:30:51 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ed5fb867af6157d0cd5b1670f8b19cc57306ea51

commit ed5fb867af6157d0cd5b1670f8b19cc57306ea51
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-06 18:19:52 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-06 18:30:39 +0000

    devel/zthread: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 devel/zthread/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile
index c374285d9edb..f8ff4236761d 100644
--- a/devel/zthread/Makefile
+++ b/devel/zthread/Makefile
@@ -13,10 +13,13 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		libtool
+USE_CXXSTD=	c++14
+USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-ftime --disable-static
+
 MAKE_ARGS=	INSTALL_PROGRAM="${INSTALL_SCRIPT}"
-USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README TODO