www/unit: Remove OSVERSION conditionals
Minimum supported OSVERSION is 120400 by the port infrastructure so no need for additional conditions. Approved by: portmgr (blanket)
This commit is contained in:
parent
7b35871042
commit
93ff2ebe0a
1 changed files with 0 additions and 2 deletions
|
@ -120,10 +120,8 @@ CONFIGURE_ARGS+=--control=unix:${UNIT_SOCK}
|
|||
|
||||
.if defined(UNIT_MODNAME) && ${UNIT_MODNAME:Mperl*}
|
||||
# Fix build failure on clang >= 12
|
||||
.if ${OSVERSION} >= 1204000
|
||||
CFLAGS+= -Wno-compound-token-split-by-macro
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !target(post-install)
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue