Skip to content
Snippets Groups Projects
Commit bd4e4795 authored by Sergey A. Osokin's avatar Sergey A. Osokin
Browse files

www/unit: fix build of www/unit-perl on 12.4

Do no bump PORTREVISION.
parent 20f895af
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment