mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
math/spar: Fix build
This commit is contained in:
parent
39b5887a24
commit
5340df66bc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OPSYS} == FreeBSD
|
.if ${OPSYS} == FreeBSD
|
||||||
CFLAGS+= -Wno-error=int-conversion
|
CFLAGS+= -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue