Skip to content

Commit

Permalink
converters/rubygem-iconv: Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 11, 2023
1 parent 3125a0b commit 200fe0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converters/rubygem-iconv/Makefile
Expand Up @@ -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>

0 comments on commit 200fe0e

Please sign in to comment.