Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cfe6acbc21a14556de2a5672e330888c5a4e9d6a

commit cfe6acbc21a14556de2a5672e330888c5a4e9d6a
Author: Elentir <elen...@mailoo.org>
Date:   Sat Jul 25 15:18:25 2009 +0200

apron-0.9.9-2-i686

* rebuild with ocaml 3.11.1
* fix depends

diff --git a/source/lib-extra/apron/FrugalBuild 
b/source/lib-extra/apron/FrugalBuild
index d06741e..d0649e6 100644
--- a/source/lib-extra/apron/FrugalBuild
+++ b/source/lib-extra/apron/FrugalBuild
@@ -3,11 +3,11 @@

pkgname=apron
pkgver=0.9.9
-pkgrel=1
+pkgrel=2
pkgdesc="Library for static analysis of the numerical variables of a program by 
Abstract Interpretation"
url="http://apron.cri.ensmp.fr/library/";
source=("$url/$pkgname-$pkgver.tgz" $pkgname.patch)
-depends=('ocaml' 'camlidl' 'gmp' 'mpfr')
+depends=('ocaml>=3.11.1' 'camlidl>=1.05-3' 'gmp' 'mpfr')
groups=('lib-extra')
archs=('i686' 'x86_64')
up2date="Flasttar $url"
@@ -18,6 +18,8 @@ build() {
unset MAKEFLAGS
Fcd
mv Makefile.config.model Makefile.config || Fdie
+  ## -i is incompatible with -pack option in ocamlc.opt
+  Fsed "$(OCAMLINC) -i -pack" "$(OCAMLINC) -pack" mlapronidl/Makefile
Fbuild
}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to