From 200fe0ecf53de3b43719d5ed0108081fd5d12adc Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 11 Oct 2023 20:58:27 +0800 Subject: [PATCH] converters/rubygem-iconv: Cosmetic change --- converters/rubygem-iconv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/converters/rubygem-iconv/Makefile b/converters/rubygem-iconv/Makefile index 2c532ba76766..612c24a5ec14 100644 --- a/converters/rubygem-iconv/Makefile +++ b/converters/rubygem-iconv/Makefile @@ -16,8 +16,8 @@ USES= gem iconv .include -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) -CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types" +.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000) || ${OSVERSION} >= 1400091) +CONFIGURE_ARGS+=--with-cflags="-Wno-error=incompatible-function-pointer-types" .endif .include