From 854cb9e62b84934d29f544503b79f7287fdbd3a9 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sat, 31 Jan 2015 21:56:50 -0500 Subject: sci-mathematics/scilab: prevent access violation --- sci-mathematics/scilab/scilab-5.5.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sci-mathematics/scilab') 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 } -- cgit v1.2.3-65-gdbad