aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/tcptrack
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-17 16:27:49 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-17 16:30:15 +0000
commit9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 (patch)
treeb360bb8359894fe0da8a0f81ea62594442d1436c /net-mgmt/tcptrack
parentdba2ffb1db8db7c1d11cff8257e54464cee1ec58 (diff)
downloadports-9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977.tar.gz
ports-9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977.zip
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION 1302505. Fix the ports that failed to build with llvm15. Approved by: portmgr (blanket)
Diffstat (limited to 'net-mgmt/tcptrack')
-rw-r--r--net-mgmt/tcptrack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/tcptrack/Makefile b/net-mgmt/tcptrack/Makefile
index 286d4e32c1e6..2a0ea7a14b4a 100644
--- a/net-mgmt/tcptrack/Makefile
+++ b/net-mgmt/tcptrack/Makefile
@@ -20,7 +20,7 @@ PLIST_FILES= bin/tcptrack man/man1/tcptrack.1.gz
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=unused-but-set-variable
.endif