Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 13:00:22 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 200fe0ecf53d - main - converters/rubygem-iconv: Cosmetic change
Message-ID:  <202310111300.39BD0MeQ047401@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=200fe0ecf53de3b43719d5ed0108081fd5d12adc

commit 200fe0ecf53de3b43719d5ed0108081fd5d12adc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-11 12:58:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-11 12:58:27 +0000

    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 <bsd.port.options.mk>
 
-.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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310111300.39BD0MeQ047401>