app-i18n/opencc: re-add patch for gcc-15

Closes: https://bugs.gentoo.org/955226
Closes: https://github.com/gentoo/gentoo/pull/41895
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yongxiang Liang
2025-05-02 17:48:05 +08:00
committed by Yixun Lan
parent 4f7992a269
commit edf0a960f7

View File

@@ -47,6 +47,10 @@ BDEPEND="${PYTHON_DEPS}
DOCS=( AUTHORS NEWS.md README.md )
PATCHES=(
"${FILESDIR}/${PN}-1.1.7-fix-missing-cstdint-for-gcc-15.patch"
)
src_prepare() {
# as of opencc 1.1.8 there is no clean way to disable duplicated building of the clib again.
# plus, the installation is broken as well.