mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
irc/irssi-icb: Fix build failures for clang 16.0.6
Change applies to 14.0-CURRENT (1400092 and above).
This commit is contained in:
parent
b0741cfbe3
commit
41b1180898
1 changed files with 8 additions and 1 deletions
|
@ -29,4 +29,11 @@ INSTALL_TARGET= install-strip
|
|||
PLIST_FILES= lib/irssi/modules/libfe_icb.so \
|
||||
lib/irssi/modules/libicb_core.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Fixes build failure for Clang 16.0.6
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue