diff options
author | Sebastian Pipping <sping@gentoo.org> | 2015-12-31 19:46:50 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2015-12-31 19:46:50 +0100 |
commit | 6cef344c45b249d0ab3044b572306ec4db431159 (patch) | |
tree | c2a56fd7657b273fb763352324fcd340c27e34ca /media-gfx | |
parent | virtual/mysql: Revbump to add PDEPEND wrt bug 556432 (diff) | |
download | gentoo-6cef344c45b249d0ab3044b572306ec4db431159.tar.gz gentoo-6cef344c45b249d0ab3044b572306ec4db431159.tar.bz2 gentoo-6cef344c45b249d0ab3044b572306ec4db431159.zip |
media-gfx/gimp: Fix compile for NVidia OpenCL (bug #569738)
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index bdcb5f6868b9..8f860d580537 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -136,6 +136,11 @@ src_configure() { GEGL=/usr/bin/gegl-0.3 gnome2_src_configure } +src_compile() { + addwrite /dev/nvidiactl # bug #569738 + gnome2_src_compile +} + _clean_up_locales() { einfo "Cleaning up locales..." for lang in ${LANGS}; do |