diff options
-rw-r--r-- | media-libs/gd/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/gd/gd-2.0.35-r3.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog index f64b061e9ec9..2d3d873d69e7 100644 --- a/media-libs/gd/ChangeLog +++ b/media-libs/gd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gd -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.79 2011/12/15 17:08:03 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.80 2012/02/27 20:17:14 vapier Exp $ + + 27 Feb 2012; Mike Frysinger <vapier@gentoo.org> gd-2.0.35-r3.ebuild: + DEPEND on pkg-config #406057 by cyberbat. 15 Dec 2011; Mike Frysinger <vapier@gentoo.org> gd-2.0.35-r3.ebuild: Pass --without-x to avoid useless system -I/-L paths. diff --git a/media-libs/gd/gd-2.0.35-r3.ebuild b/media-libs/gd/gd-2.0.35-r3.ebuild index fa2f41b59b66..6a6ecadf99ed 100644 --- a/media-libs/gd/gd-2.0.35-r3.ebuild +++ b/media-libs/gd/gd-2.0.35-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.12 2011/12/15 17:08:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.13 2012/02/27 20:17:14 vapier Exp $ EAPI="2" @@ -21,7 +21,8 @@ RDEPEND="fontconfig? ( media-libs/fontconfig ) truetype? ( >=media-libs/freetype-2.1.5 ) xpm? ( x11-libs/libXpm x11-libs/libXt ) zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-libpng14.patch #305101 |