Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 10:50:34 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 78170a36df56 - main - japanese/p5-MeCab: Fix build with llvm16
Message-ID:  <202307231050.36NAoYMn005694@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307231050.36NAoYMn005694>