summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-text/mecab: mark as LTO-unsafeEli Schwartz2024-02-291-2/+7
| | | | | | Closes: https://bugs.gentoo.org/924569 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/mecab: fix totally broken approach to fixing configure CFLAGSEli Schwartz2024-02-291-4/+1
| | | | | | | | | | Instead of sed'ing in the current CFLAGS, remove the broken code. This is actually technically correct and can be applied by others, and it also means that flag-o-matic doesn't get silently ignored because the flags were previously baked into the raw file. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/mecab: Fix no template named binary_functionBrahmajit Das2023-08-191-0/+60
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32144 Signed-off-by: Joonas Niilola <juippis@gentoo.org>