Skip to content

Commit

Permalink
lang/eisl: Fix build with llvm16
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Aug 17, 2023
1 parent 0a2f9de commit 4ab9f21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/eisl/Makefile
Expand Up @@ -39,4 +39,8 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-makefile
CFLAGS+= -Wno-error=int-conversion
.endif

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400092 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif

.include <bsd.port.post.mk>

0 comments on commit 4ab9f21

Please sign in to comment.