Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/
Date: Thu, 23 Dec 2021 08:14:06
Message-Id: 1640247227.88b20267b5c53c2ad19ea70b8f4513664c8fe5dd.sam@gentoo
1 commit: 88b20267b5c53c2ad19ea70b8f4513664c8fe5dd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 23 08:13:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 08:13:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b20267
7
8 media-gfx/graphite2: fix musl typo
9
10 Closes: https://bugs.gentoo.org/829690
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-gfx/graphite2/graphite2-1.3.14-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild b/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild
17 index 1aae2996d981..a7f8c0258cdd 100644
18 --- a/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild
19 +++ b/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild
20 @@ -74,7 +74,7 @@ multilib_src_configure() {
21 if use elibc_musl ; then
22 # bug #829690
23 if use ppc || use x86 ; then
24 - sed -i -e 's:${GRAPHITE_LINK_FLAGS}:-lssp_shared &:' "${S}"/src/CMakeLists.txt || die
25 + sed -i -e 's:${GRAPHITE_LINK_FLAGS}:-lssp_nonshared &:' "${S}"/src/CMakeLists.txt || die
26 fi
27 fi