mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
coccinelle: rebuild for ocaml 4.06.0 (safe-string=0).
This commit is contained in:
parent
9a03293e6e
commit
fe02b42d38
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'coccinelle'
|
# Template file for 'coccinelle'
|
||||||
pkgname=coccinelle
|
pkgname=coccinelle
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--without-pdflatex"
|
configure_args="--without-pdflatex"
|
||||||
makedepends="ocaml ocaml-findlib camlp4 pcre-devel python-devel"
|
makedepends="ocaml ocaml-findlib ocaml-num camlp4 pcre-devel python-devel"
|
||||||
short_desc="Program matching and transformation engine"
|
short_desc="Program matching and transformation engine"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -12,8 +12,8 @@ homepage="http://coccinelle.lip6.fr/"
|
||||||
distfiles="http://coccinelle.lip6.fr/distrib/coccinelle-${version}.tgz"
|
distfiles="http://coccinelle.lip6.fr/distrib/coccinelle-${version}.tgz"
|
||||||
checksum=8452ed265c209dae99cbb33b67bc7912e72f8bca1e24f33f1a88ba3d7985e909
|
checksum=8452ed265c209dae99cbb33b67bc7912e72f8bca1e24f33f1a88ba3d7985e909
|
||||||
|
|
||||||
|
export OCAMLPARAM="safe-string=0,_"
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
nopie=yes
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
conflicts="pfff" # /usr/bin/spatch
|
conflicts="pfff" # /usr/bin/spatch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue