From 724d11ec47a2c7120b721ef70698f1e959256b5f Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 17 Jan 2019 01:11:13 +0100 Subject: [PATCH] chicken: enable on ppc64le targets [ci skip] --- srcpkgs/chicken/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chicken/template b/srcpkgs/chicken/template index 854e0a97e2b..178c1ac5c16 100644 --- a/srcpkgs/chicken/template +++ b/srcpkgs/chicken/template @@ -10,7 +10,7 @@ distfiles="http://code.call-cc.org/releases/$version/$pkgname-$version.tar.gz" checksum=a8b94bb94c5d6a4348cedd75dc334ac80924bcd9a7a7a3d6af5121e57ef66595 # No ARM support??!!! -only_for_archs="i686 i686-musl x86_64 x86_64-musl" +only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl" do_configure() { make -B -f Makefile.linux chicken-defaults.h PREFIX=/usr