From 78170a36df56c3ba6867592a391cbeccc86a125f Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 23 Jul 2023 12:49:39 +0200 Subject: [PATCH] japanese/p5-MeCab: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- japanese/p5-MeCab/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile index 88f10065aa21..1faf288e2046 100644 --- a/japanese/p5-MeCab/Makefile +++ b/japanese/p5-MeCab/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= libmecab.so:japanese/mecab USES= perl5 USE_PERL5= configure +CFLAGS+= --std=c++14 + OPTIONS_DEFINE= EXAMPLES .include