aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-01-31 21:56:50 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2015-01-31 21:56:50 -0500
commit854cb9e62b84934d29f544503b79f7287fdbd3a9 (patch)
treeb3fb9b3fc4ee82387c32ef4a828d4b9d641cfbbf /sci-mathematics
parentsci-mathematics/scilab: remove old versions (diff)
downloadsci-854cb9e62b84934d29f544503b79f7287fdbd3a9.tar.gz
sci-854cb9e62b84934d29f544503b79f7287fdbd3a9.tar.bz2
sci-854cb9e62b84934d29f544503b79f7287fdbd3a9.zip
sci-mathematics/scilab: prevent access violation
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/scilab/scilab-5.5.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/scilab/scilab-5.5.1.ebuild b/sci-mathematics/scilab/scilab-5.5.1.ebuild
index 4b4c70dcc..95cc93c92 100644
--- a/sci-mathematics/scilab/scilab-5.5.1.ebuild
+++ b/sci-mathematics/scilab/scilab-5.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -219,6 +219,8 @@ src_configure() {
}
src_compile() {
+ #bug 531886 need to investigate what's using /proc/mtrr
+ addpredict /proc/mtrr
emake
use doc && emake doc
}