From 93ff2ebe0ae29345896441e0d2e114945768ac28 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Thu, 28 Sep 2023 20:54:43 +0200 Subject: [PATCH] www/unit: Remove OSVERSION conditionals Minimum supported OSVERSION is 120400 by the port infrastructure so no need for additional conditions. Approved by: portmgr (blanket) --- www/unit/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/unit/Makefile b/www/unit/Makefile index aa8551cce3a68..58fb92677c01f 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -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: