diff options
author | Sebastian Pipping <sping@gentoo.org> | 2018-11-25 20:47:13 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-11-25 20:47:39 +0100 |
commit | 8fe29e6aade61cc7da5b97bc80fd03c254a5071c (patch) | |
tree | bca26ea21ab9d7a0d150c8b2d75a4acbf97a106b /media-gfx/gimp | |
parent | profiles: Mask vulnerable <x11-misc/sddm-0.18.0 (diff) | |
download | gentoo-8fe29e6aade61cc7da5b97bc80fd03c254a5071c.tar.gz gentoo-8fe29e6aade61cc7da5b97bc80fd03c254a5071c.tar.bz2 gentoo-8fe29e6aade61cc7da5b97bc80fd03c254a5071c.zip |
media-gfx/gimp: Fix call to ./configure
Closes: https://bugs.gentoo.org/671774
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-2.10.8-r1.ebuild (renamed from media-gfx/gimp/gimp-2.10.8.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-2.10.8.ebuild b/media-gfx/gimp/gimp-2.10.8-r1.ebuild index 319f017de166..887d43c208e8 100644 --- a/media-gfx/gimp/gimp-2.10.8.ebuild +++ b/media-gfx/gimp/gimp-2.10.8-r1.ebuild @@ -131,7 +131,7 @@ src_configure() { $(use_enable smp mp) $(use_enable cpu_flags_x86_sse sse) $(use_with udev gudev) - $(use_with unwind) + $(use_with unwind libunwind) $(use_with wmf) --with-xmc $(use_with xpm libxpm) |