git: 6be79dc9b310 - main - devel/libe: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 15:50:55 UTC
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>