1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

converters/rubygem-iconv: Clean up Makefile

- Remove outdated OSVERSION check
This commit is contained in:
Po-Chuan Hsieh 2024-06-18 12:00:54 +08:00
parent e7b4affd1e
commit 15bf95a5cb
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -14,10 +14,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt
USES= gem iconv
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000) || ${OSVERSION} >= 1400091)
CONFIGURE_ARGS+=--with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif
CONFIGURE_ARGS= --with-cflags=-Wno-incompatible-function-pointer-types
.include <bsd.port.mk>