git: 78170a36df56 - main - japanese/p5-MeCab: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 10:50:34 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=78170a36df56c3ba6867592a391cbeccc86a125f commit 78170a36df56c3ba6867592a391cbeccc86a125f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 10:49:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 10:50:18 +0000 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 <bsd.port.pre.mk>