Date: Tue, 18 Jul 2023 15:50:55 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: 6be79dc9b310 - main - devel/libe: Fix build with llvm16 Message-ID: <202307181550.36IFotvO074182@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=6be79dc9b310f2bff71c247cd369f43acd0f7798 commit 6be79dc9b310f2bff71c247cd369f43acd0f7798 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-18 15:44:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-18 15:50:40 +0000 devel/libe: Fix build with llvm16 - Pet portclippy while I am here Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- devel/libe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/libe/Makefile b/devel/libe/Makefile index 652ea414001a..48038067a849 100644 --- a/devel/libe/Makefile +++ b/devel/libe/Makefile @@ -17,10 +17,10 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:devel/libpo6 GNU_CONFIGURE= yes USES= autoreconf gmake libtool pathfix pkgconfig +USE_CXXSTD= c++14 USE_GITHUB= yes -USE_LDCONFIG= yes - GH_ACCOUNT= rescrv GH_PROJECT= e +USE_LDCONFIG= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307181550.36IFotvO074182>