mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
irc/irssi-icb: Fix build failures for 13.3-RELEASE.
Clang 16.0.6 warning mitigations were not applied to 13.3.
(cherry picked from commit 6af58f5ee0
)
This commit is contained in:
parent
d032848c58
commit
5c7599f2fa
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ PLIST_FILES= lib/irssi/modules/libfe_icb.so \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Fixes build failure for Clang 16.0.6
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092
|
||||
.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue