git: 200fe0ecf53d - main - converters/rubygem-iconv: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 13:00:22 UTC
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>