From 37cf3762d7a21c80f40dab6b6c0382b3443f60ca Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 9 Jun 2020 23:09:58 +0200 Subject: [PATCH] tickr: need -lm on ppc64/ppc --- srcpkgs/tickr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tickr/template b/srcpkgs/tickr/template index 40d3c2808c8..285e2419fcc 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