diff --git a/srcpkgs/tickr/template b/srcpkgs/tickr/template index 40d3c2808c..285e2419fc 100644 --- a/srcpkgs/tickr/template +++ b/srcpkgs/tickr/template @@ -13,5 +13,5 @@ distfiles="https://www.open-tickr.net/src/${pkgname}-${version}.tar.gz" checksum=37dd2d970cd9bf9b0ebc5e6cbf6605ea460008f577a43a7500e506e9dffcd802 case "$XBPS_TARGET_MACHINE" in - arm*) configure_args+=" LIBS=-lm" ;; + arm*|ppc64|ppc) configure_args+=" LIBS=-lm" ;; esac