Skip to content

Commit

Permalink
japanese/FreeWnn-lib: 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 Jun 24, 2023
1 parent 4062391 commit 823b316
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions japanese/FreeWnn-lib/Makefile
Expand Up @@ -19,4 +19,10 @@ OPTIONS_DEFAULT?= LIB WNN
MANLANG?= ja

.include "${.CURDIR}/../../japanese/FreeWnn-lib/Makefile.common"
.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif

.include <bsd.port.mk>

0 comments on commit 823b316

Please sign in to comment.