From 0e8adc7d12a78bbd01ce7a61dfd662604b752555 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 8 Mar 2015 10:40:02 +0100 Subject: [PATCH] unison: no reason to restrict it to x86, simply disable cross. --- srcpkgs/unison/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/unison/template b/srcpkgs/unison/template index def549d22f5..5dc6e83b089 100644 --- a/srcpkgs/unison/template +++ b/srcpkgs/unison/template @@ -8,8 +8,8 @@ license="GPL-3" homepage="http://www.cis.upenn.edu/~bcpierce/unison/" distfiles="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/${pkgname}-${version}.tar.gz" checksum=f40d3cfbe82078d79328b51acab3e5179f844135260c2f4710525b9b45b15483 -only_for_archs="i686 x86_64" hostmakedepends="ocaml" +nocross=yes do_build() { CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true