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:
Muhammad Moinur Rahman 2023-09-28 20:54:43 +02:00
parent 7b35871042
commit 93ff2ebe0a

View file

@ -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: