mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
x11-fonts/afdko: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5ada4a93fe
commit
3f48646850
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue