converters/rubygem-iconv: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2023-10-11 20:58:27 +08:00
parent 3125a0bfaa
commit 200fe0ecf5
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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>