From 5340df66bcee7c163284ed25d4a367671e8a0d0c Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 2 Oct 2024 06:54:21 +0200 Subject: [PATCH] math/spar: Fix build --- math/spar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/spar/Makefile b/math/spar/Makefile index 53ac01945f90..747031c5d46d 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE_MANPREFIX=${PREFIX}/share .include .if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=int-conversion +CFLAGS+= -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types .endif post-patch: