japanese/p5-MeCab: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-23 12:49:39 +02:00
parent 0760260b98
commit 78170a36df

View file

@ -17,6 +17,8 @@ LIB_DEPENDS= libmecab.so:japanese/mecab
USES= perl5
USE_PERL5= configure
CFLAGS+= --std=c++14
OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.pre.mk>