From a41dccaf8c7df175866e7d8ce9a1dedb2a890f40 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 24 Jun 2023 19:29:06 +0200 Subject: [PATCH] japanese/mecab: Fix build with llvm16 - Utilize USES=localbase - Pet portclippy Sponsored by: The FreeBSD Foundation --- japanese/mecab/Makefile | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index f075f3abc728..a86e474e22b1 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -14,20 +14,25 @@ LICENSE_COMB= multi BROKEN_mips= fails to link: Nonrepresentable section on output BROKEN_mips64= fails to link: Nonrepresentable section on output +USES= gettext-tools iconv libtool localbase perl5 +USE_LDCONFIG= yes +USE_PERL5= build + GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_stdcpp_main=no -INSTALL_TARGET= install-strip -USES= gettext-tools iconv libtool perl5 -USE_PERL5= build -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip PORTDOCS= AUTHORS README *.html OPTIONS_DEFINE= DOCS +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 +CPPFLAGS+= -Dregister= +.endif + post-patch: @${REINPLACE_CMD} '/^libmecab_la_LIBADD =/s/$$/ $$(LTLIBICONV)/' \ ${WRKSRC}/src/Makefile.in @@ -35,6 +40,10 @@ post-patch: -e '/CFLAGS/s|-O3|${CFLAGS}|' \ -e '/CXXFLAGS/s|-O3|${CXXFLAGS}|' \ ${WRKSRC}/configure +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 + @${REINPLACE_CMD} -e 's|std::binary_function|std::__binary_function|' \ + ${WRKSRC}/src/dictionary.cpp +.endif post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}