diff --git a/srcpkgs/graphite/template b/srcpkgs/graphite/template index 15ca2fb1288..420ee1273de 100644 --- a/srcpkgs/graphite/template +++ b/srcpkgs/graphite/template @@ -20,7 +20,7 @@ fi pre_configure() { case "$XBPS_TARGET_MACHINE" in - i686-musl) # fails to link against ssp_nonshared with -nodefaultlibs + i686-musl|ppc-musl|ppcle-musl) # fails to link against ssp_nonshared with -nodefaultlibs vsed -i src/CMakeLists.txt -e "s;-nodefaultlibs;;" ;; esac