From 1cd94bcac36e1ba5ed34747cadd530df84afdf69 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 18 Jun 2024 12:03:55 +0800 Subject: [PATCH] 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 - -.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