japanese/kdrill: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
634444122f
commit
115ff551f2
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|||
|
||||
DATADIR= ${PREFIX}/share/dict/kdrill
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
@(cd ${WRKSRC}/makedic && ${DO_MAKE_BUILD} ${ALL_TARGET})
|
||||
|
||||
|
|
Loading…
Reference in a new issue