forked from Lainports/freebsd-ports
net-im/pidgin-fetion: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
91bc9e8990
commit
b46a08bd47
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ PLIST_FILES= lib/purple-2/libfetion.so
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
|
||||
CFLAGS+= -Wno-error=int-conversion
|
||||
CFLAGS+= -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue