summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2016-07-23 01:28:38 +0200
committerSebastian Pipping <sping@gentoo.org>2016-07-23 01:28:49 +0200
commitb78f5911ccf841e862962d2b1b07301bd1fa4e11 (patch)
tree70284848025a60f38aec5bcea58aa6e08e7752b3 /media-gfx/gimp/gimp-2.9.4.ebuild
parentapp-emulation/open-vm-tools: bump to 10.0.7 (diff)
downloadgentoo-b78f5911ccf841e862962d2b1b07301bd1fa4e11.tar.gz
gentoo-b78f5911ccf841e862962d2b1b07301bd1fa4e11.tar.bz2
gentoo-b78f5911ccf841e862962d2b1b07301bd1fa4e11.zip
media-gfx/gimp: Fix build system (bug #589394)
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-gfx/gimp/gimp-2.9.4.ebuild')
-rw-r--r--media-gfx/gimp/gimp-2.9.4.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-gfx/gimp/gimp-2.9.4.ebuild b/media-gfx/gimp/gimp-2.9.4.ebuild
index 553a34ce5dd3..0b34d4d653c7 100644
--- a/media-gfx/gimp/gimp-2.9.4.ebuild
+++ b/media-gfx/gimp/gimp-2.9.4.ebuild
@@ -117,6 +117,10 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-2.9.2-no-deprecation.patch # bug 395695, comment 9 and 16
epatch "${FILESDIR}"/${PN}-2.9.4-gegl-bin.patch
+ # Bug 589394
+ rm icons/Symbolic-Inverted/Makefile.in || die
+ epatch "${FILESDIR}"/${PN}-2.9.4-mkdir-makefile.patch
+
sed -i -e 's/== "xquartz"/= "xquartz"/' configure.ac || die #494864
eautoreconf # If you remove this: remove dev-util/gtk-doc-am from DEPEND, too