mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
unison: no reason to restrict it to x86, simply disable cross.
This commit is contained in:
parent
26ba85cd9e
commit
0e8adc7d12
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@ license="GPL-3"
|
||||||
homepage="http://www.cis.upenn.edu/~bcpierce/unison/"
|
homepage="http://www.cis.upenn.edu/~bcpierce/unison/"
|
||||||
distfiles="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f40d3cfbe82078d79328b51acab3e5179f844135260c2f4710525b9b45b15483
|
checksum=f40d3cfbe82078d79328b51acab3e5179f844135260c2f4710525b9b45b15483
|
||||||
only_for_archs="i686 x86_64"
|
|
||||||
hostmakedepends="ocaml"
|
hostmakedepends="ocaml"
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true
|
CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue