Date: Wed, 2 Oct 2024 16:17:34 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5340df66bcee - main - math/spar: Fix build Message-ID: <202410021617.492GHYU3085858@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410021617.492GHYU3085858>
