aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan-Christofer Demay <jcdemay@gmail.com>2009-10-16 18:19:26 +0000
committerJonathan-Christofer Demay <jcdemay@gmail.com>2009-10-16 18:19:26 +0000
commit13ce529d56abb7ffc47b36807c1b5fcca0fef650 (patch)
treef6a97091815c0d1d46d0a2cd8fdb2867328a313a /sci-mathematics/apron/apron-0.9.10.ebuild
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff)
downloadsci-13ce529d56abb7ffc47b36807c1b5fcca0fef650.tar.gz
sci-13ce529d56abb7ffc47b36807c1b5fcca0fef650.tar.bz2
sci-13ce529d56abb7ffc47b36807c1b5fcca0fef650.zip
sci-mathematics/apron/apron: fix ppl install on x86
Diffstat (limited to 'sci-mathematics/apron/apron-0.9.10.ebuild')
-rw-r--r--sci-mathematics/apron/apron-0.9.10.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-mathematics/apron/apron-0.9.10.ebuild b/sci-mathematics/apron/apron-0.9.10.ebuild
index 7898269ba..bb1879386 100644
--- a/sci-mathematics/apron/apron-0.9.10.ebuild
+++ b/sci-mathematics/apron/apron-0.9.10.ebuild
@@ -43,6 +43,9 @@ src_unpack() {
-e "s/OUTPUT_DIRECTORY = \/.*/OUTPUT_DIRECTORY = .\//g" \
-e "s/STRIP_FROM_PATH = \/.*/STRIP_FROM_PATH = .\//g"
+ #fix ppl install for 32 platforms
+ sed -i ppl/Makefile -e "s/libap_ppl_caml\*\./libap_ppl\*\./g"
+
if [[ "$(gcc-major-version)" == "4" ]]; then
sed -i -e "s/# HAS_LONG_DOUBLE = 1/HAS_LONG_DOUBLE = 1/g" Makefile.config
fi