summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-23 08:13:36 +0000
committerSam James <sam@gentoo.org>2021-12-23 08:13:47 +0000
commit88b20267b5c53c2ad19ea70b8f4513664c8fe5dd (patch)
treef5933301116b5eb190ee7b2dfd39a8df1b7c56e9 /media-gfx/graphite2
parentapp-admin/sud: fix build on musl (diff)
downloadgentoo-88b20267b5c53c2ad19ea70b8f4513664c8fe5dd.tar.gz
gentoo-88b20267b5c53c2ad19ea70b8f4513664c8fe5dd.tar.bz2
gentoo-88b20267b5c53c2ad19ea70b8f4513664c8fe5dd.zip
media-gfx/graphite2: fix musl typo
Closes: https://bugs.gentoo.org/829690 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/graphite2')
-rw-r--r--media-gfx/graphite2/graphite2-1.3.14-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild b/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild
index 1aae2996d981..a7f8c0258cdd 100644
--- a/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild
@@ -74,7 +74,7 @@ multilib_src_configure() {
if use elibc_musl ; then
# bug #829690
if use ppc || use x86 ; then
- sed -i -e 's:${GRAPHITE_LINK_FLAGS}:-lssp_shared &:' "${S}"/src/CMakeLists.txt || die
+ sed -i -e 's:${GRAPHITE_LINK_FLAGS}:-lssp_nonshared &:' "${S}"/src/CMakeLists.txt || die
fi
fi