diff options
Diffstat (limited to 'media-gfx/gimp/gimp-2.8.10-r1.ebuild')
| -rw-r--r-- | media-gfx/gimp/gimp-2.8.10-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-gfx/gimp/gimp-2.8.10-r1.ebuild b/media-gfx/gimp/gimp-2.8.10-r1.ebuild index f9361c2b..c9b30ff3 100644 --- a/media-gfx/gimp/gimp-2.8.10-r1.ebuild +++ b/media-gfx/gimp/gimp-2.8.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild,v 1.1 2013/12/10 09:12:09 polynomial-c Exp $ +# $Header: $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -39,6 +39,7 @@ RDEPEND=">=dev-libs/glib-2.30.2:2 >=media-libs/gegl-0.2.0 aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) + aqua? ( x11-libs/gtk-mac-integration ) curl? ( net-misc/curl ) dbus? ( dev-libs/dbus-glib ) gnome? ( gnome-base/gvfs ) @@ -118,6 +119,8 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${PN}-2.7.4-no-deprecation.patch # bug 395695, comment 9 and 16 epatch "${DISTDIR}"/${P}-freetype251.patch # bug #493466 + epatch "${FILESDIR}"/${P}-clang.patch # bug 449370 compile with clang + sed -i -e 's/== "xquartz"/= "xquartz"/' configure.ac || die #494864 eautoreconf # If you remove this: remove dev-util/gtk-doc-am from DEPEND, too gnome2_src_prepare |
