diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-06 18:19:52 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-06 18:30:39 +0000 |
commit | ed5fb867af6157d0cd5b1670f8b19cc57306ea51 (patch) | |
tree | 2fa3a3284f2080b3bc96dd05848c3772f8a7d056 | |
parent | 48e3e3be309b882607bd340a5376ff301ea422be (diff) |
devel/zthread: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | devel/zthread/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |