git: 5340df66bcee - main - math/spar: Fix build

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 02 Oct 2024 16:17:34 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5340df66bcee7c163284ed25d4a367671e8a0d0c

commit 5340df66bcee7c163284ed25d4a367671e8a0d0c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-10-02 04:54:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-10-02 16:17:06 +0000

    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 <bsd.port.pre.mk>
 
 .if ${OPSYS} == FreeBSD
-CFLAGS+=	-Wno-error=int-conversion
+CFLAGS+=	-Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types
 .endif
 
 post-patch: