aboutsummaryrefslogtreecommitdiff
path: root/www/unit
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2023-03-13 16:44:44 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2023-03-13 16:45:21 +0000
commitbd4e47952526025caf166ea729c03d44b0ac469e (patch)
treee16bf385290e90e396603ba3624843b42b8b41a0 /www/unit
parent20f895af04b0e2ab425dfc376fd6ffdd27841989 (diff)
downloadports-bd4e47952526025caf166ea729c03d44b0ac469e.tar.gz
ports-bd4e47952526025caf166ea729c03d44b0ac469e.zip
Diffstat (limited to 'www/unit')
-rw-r--r--www/unit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/unit/Makefile b/www/unit/Makefile
index 23826e99313c..df85abe9fd58 100644
--- a/www/unit/Makefile
+++ b/www/unit/Makefile
@@ -116,7 +116,7 @@ CONFIGURE_ARGS+=--control=unix:${UNIT_SOCK}
.if defined(UNIT_MODNAME) && ${UNIT_MODNAME:Mperl*}
# Fix build failure on clang >= 12
-.if ${OSVERSION} >= 1301000
+.if ${OSVERSION} >= 1204000
CFLAGS+= -Wno-compound-token-split-by-macro
.endif
.endif