From 3500203daa0d0e6dc5632823a0bfc2000b7eab4d Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 9 Sep 2024 02:33:19 +0800 Subject: [PATCH] graphics/rubygem-opengl: Clean up Makefile --- graphics/rubygem-opengl/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/graphics/rubygem-opengl/Makefile b/graphics/rubygem-opengl/Makefile index 77b9facdee56..08382f730b3d 100644 --- a/graphics/rubygem-opengl/Makefile +++ b/graphics/rubygem-opengl/Makefile @@ -16,10 +16,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gl gem USE_GL= glut -.include - -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) -CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types" -.endif +CONFIGURE_ARGS= --with-cflags=-Wno-incompatible-function-pointer-types .include