mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
unison: rebuild for ocaml 4.06.0 (safe-string=0).
This commit is contained in:
parent
095338b4a4
commit
80348bf3ec
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'unison'
|
# Template file for 'unison'
|
||||||
pkgname="unison"
|
pkgname="unison"
|
||||||
version=2.48.4
|
version=2.48.4
|
||||||
revision=3
|
revision=4
|
||||||
short_desc="A file-synchronization tool"
|
short_desc="A file-synchronization tool"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -10,8 +10,8 @@ distfiles="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/$
|
||||||
checksum=30aa53cd671d673580104f04be3cf81ac1e20a2e8baaf7274498739d59e99de8
|
checksum=30aa53cd671d673580104f04be3cf81ac1e20a2e8baaf7274498739d59e99de8
|
||||||
hostmakedepends="ocaml"
|
hostmakedepends="ocaml"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
|
||||||
wrksrc="src"
|
wrksrc="src"
|
||||||
|
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…
Add table
Reference in a new issue