From 908e5eb6bdcd0f4b5c6a37a9b80a487a5ab7c914 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 21 Jul 2023 16:59:24 +0200 Subject: [PATCH] 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