aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-MeCab
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-23 10:49:39 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-23 10:50:18 +0000
commit78170a36df56c3ba6867592a391cbeccc86a125f (patch)
treec65460e42d45fefa46bc73a46c93d9a3f6045404 /japanese/p5-MeCab
parent0760260b987413dec4ac09b85b40c4dcebb2a319 (diff)
downloadports-78170a36df56c3ba6867592a391cbeccc86a125f.tar.gz
ports-78170a36df56c3ba6867592a391cbeccc86a125f.zip
japanese/p5-MeCab: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'japanese/p5-MeCab')
-rw-r--r--japanese/p5-MeCab/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.pre.mk>