Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 18:30:51 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: ed5fb867af61 - main - devel/zthread: Fix build with llvm16
Message-ID:  <202308061830.376IUpoP034262@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=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
 



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