git: 15bf95a5cb39 - main - converters/rubygem-iconv: Clean up Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:08:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=15bf95a5cb391b4f8473422fb6f18738387c9ee6 commit 15bf95a5cb391b4f8473422fb6f18738387c9ee6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:00:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:00:54 +0000 converters/rubygem-iconv: Clean up Makefile - Remove outdated OSVERSION check --- converters/rubygem-iconv/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/converters/rubygem-iconv/Makefile b/converters/rubygem-iconv/Makefile index 612c24a5ec14..acff7b44afcb 100644 --- a/converters/rubygem-iconv/Makefile +++ b/converters/rubygem-iconv/Makefile @@ -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>