1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

math/spar: Fix build

This commit is contained in:
Muhammad Moinur Rahman 2024-10-02 06:54:21 +02:00
parent 39b5887a24
commit 5340df66bc
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -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: