mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
converters/rubygem-iconv: Cosmetic change
This commit is contained in:
parent
3125a0bfaa
commit
200fe0ecf5
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ USES= gem iconv
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000) || ${OSVERSION} >= 1400091)
|
||||||
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
|
CONFIGURE_ARGS+=--with-cflags="-Wno-error=incompatible-function-pointer-types"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue