git: 908e5eb6bdcd - main - net/sqtop: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 15:41:55 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=908e5eb6bdcd0f4b5c6a37a9b80a487a5ab7c914 commit 908e5eb6bdcd0f4b5c6a37a9b80a487a5ab7c914 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-21 14:59:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-21 15:41:47 +0000 net/sqtop: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- net/sqtop/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile index 035e1178c531..ec11ed0fa562 100644 --- a/net/sqtop/Makefile +++ b/net/sqtop/Makefile @@ -10,14 +10,15 @@ WWW= https://github.com/paleg/sqtop/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= paleg +GNU_CONFIGURE= yes + PLIST_FILES= bin/sqtop \ man/man1/sqtop.1.gz -GNU_CONFIGURE= yes - OPTIONS_DEFINE= NCURSES OPTIONS_DEFAULT= NCURSES