From 3edfb6ad50d294cb812ef2c3088a39bdcd282fc6 Mon Sep 17 00:00:00 2001 From: Jonathan Scruggs Date: Fri, 27 Jan 2017 16:27:42 +0000 Subject: media-gfx/enblend: Fix sandbox access violations The new version of ImageMagick needs access to /dev/dri for image rendering, thus causing the installation of enblend to fail. Signed-off by: Jonathan Scruggs (j.scruggs@gmail.com) Closes: https://github.com/gentoo/gentoo/pull/3682 --- media-gfx/enblend/enblend-4.2.0_p20161007.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'media-gfx') diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild index 0c86b86757d1..aa15cce946f4 100644 --- a/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild +++ b/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild @@ -67,7 +67,12 @@ src_configure() { } src_compile() { + # To allow icon resizing with renderers (no way to disable) + addpredict /dev/dri + + # To compile fonts in the temp directory export VARTEXFONTS="${T}/fonts" + # forcing -j1 as every parallel compilation process needs about 1 GB RAM. cmake-utils_src_compile -j1 } -- cgit v1.2.3