Skip to content

Commit

Permalink
www/unit: Remove OSVERSION conditionals
Browse files Browse the repository at this point in the history
Minimum supported OSVERSION is 120400 by the port infrastructure so no
need for additional conditions.

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Sep 28, 2023
1 parent 7b35871 commit 93ff2eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/unit/Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit 93ff2eb

Please sign in to comment.