aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-21 14:59:24 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-21 15:41:47 +0000
commit908e5eb6bdcd0f4b5c6a37a9b80a487a5ab7c914 (patch)
tree489cc3c33d6963f92b0e784c46b6c6248dc7d7c4
parenta669deada4d3988659e9cc81c5a36cef387cc97b (diff)
downloadports-908e5eb6bdcd0f4b5c6a37a9b80a487a5ab7c914.tar.gz
ports-908e5eb6bdcd0f4b5c6a37a9b80a487a5ab7c914.zip
net/sqtop: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--net/sqtop/Makefile5
1 files 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