From 6c0688061058bebfc91962190880c637b02b20c5 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 30 Mar 2022 11:10:27 +0200 Subject: [PATCH] dev-python/uharfbuzz: also link harfbuzz-subset Closes: https://bugs.gentoo.org/836406 Signed-off-by: Alessandro Barbieri --- .../uharfbuzz/files/uharfbuzz-0.23.0-system-harfbuzz.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/uharfbuzz/files/uharfbuzz-0.23.0-system-harfbuzz.patch b/dev-python/uharfbuzz/files/uharfbuzz-0.23.0-system-harfbuzz.patch index 7d6d0829ba..8ff591bb1a 100644 --- a/dev-python/uharfbuzz/files/uharfbuzz-0.23.0-system-harfbuzz.patch +++ b/dev-python/uharfbuzz/files/uharfbuzz-0.23.0-system-harfbuzz.patch @@ -14,7 +14,7 @@ extra_compile_args = [] extra_link_args = [] -libraries = [] -+libraries = ['harfbuzz'] ++libraries = ['harfbuzz', 'harfbuzz-subset'] if platform.system() != 'Windows': extra_compile_args.append('-std=c++11') define_macros.append(('HAVE_MMAP', '1'))