Date: Tue, 18 Jun 2024 04:11:25 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1cd94bcac36e - main - x11-toolkits/rubygem-gtk2: Clean up Makefile Message-ID: <202406180411.45I4BPLA095691@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cd94bcac36e1ba5ed34747cadd530df84afdf69 commit 1cd94bcac36e1ba5ed34747cadd530df84afdf69 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:03:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:03:55 +0000 x11-toolkits/rubygem-gtk2: Clean up Makefile - Remove outdated OSVERSION check --- x11-toolkits/rubygem-gtk2/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/x11-toolkits/rubygem-gtk2/Makefile b/x11-toolkits/rubygem-gtk2/Makefile index 5b300b8ad145..6cdbc69b2952 100644 --- a/x11-toolkits/rubygem-gtk2/Makefile +++ b/x11-toolkits/rubygem-gtk2/Makefile @@ -19,10 +19,6 @@ RUN_DEPENDS= rubygem-atk>=${PORTVERSION}:accessibility/rubygem-atk \ USES= gem gnome USE_GNOME= gtk20 -.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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406180411.45I4BPLA095691>