unison: rebuild for ocaml-4.10.0.
This commit is contained in:
parent
56146607c4
commit
72539c7dd8
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'unison'
|
# Template file for 'unison'
|
||||||
pkgname="unison"
|
pkgname="unison"
|
||||||
version=2.51.2
|
version=2.51.2
|
||||||
revision=4
|
revision=5
|
||||||
hostmakedepends="ocaml"
|
hostmakedepends="ocaml"
|
||||||
short_desc="A file-synchronization tool"
|
short_desc="A file-synchronization tool"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
|
@ -10,7 +10,6 @@ homepage="http://www.cis.upenn.edu/~bcpierce/unison/"
|
||||||
distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz"
|
||||||
checksum=a2efcbeab651be6df69cc9b253011a07955ecb91fb407a219719451197849d5e
|
checksum=a2efcbeab651be6df69cc9b253011a07955ecb91fb407a219719451197849d5e
|
||||||
nocross=yes
|
nocross=yes
|
||||||
export OCAMLPARAM="safe-string=0,_"
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true
|
CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true
|
||||||
|
|
Loading…
Reference in a new issue