x11-fonts/afdko: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-06-24 21:50:06 +02:00
parent 5ada4a93fe
commit 3f48646850

View file

@ -14,4 +14,10 @@ USE_GNOME= libxml2
CMAKE_OFF= SKBUILD
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.mk>