summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-30 18:41:51 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-30 18:41:51 +0000
commita8a60c98c22839fe5af6501c02e8da83053b4984 (patch)
tree93674b18ddccee4ebb11e16d8ab6f02f82621c18 /media-libs
parentold (diff)
downloadgentoo-2-a8a60c98c22839fe5af6501c02e8da83053b4984.tar.gz
gentoo-2-a8a60c98c22839fe5af6501c02e8da83053b4984.tar.bz2
gentoo-2-a8a60c98c22839fe5af6501c02e8da83053b4984.zip
Fix building with USE="png -zlib" wrt #381729 by Brennan Shacklett
(Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gd/ChangeLog5
-rw-r--r--media-libs/gd/gd-2.0.35-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog
index 72e178d4b7ba..440cf6ce207c 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.74 2011/10/29 19:29:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.75 2011/10/30 18:41:51 ssuominen Exp $
+
+ 30 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> gd-2.0.35-r3.ebuild:
+ Fix building with USE="png -zlib" wrt #381729 by Brennan Shacklett
29 Oct 2011; Markus Meier <maekke@gentoo.org> gd-2.0.35-r3.ebuild:
arm stable, bug #387291
diff --git a/media-libs/gd/gd-2.0.35-r3.ebuild b/media-libs/gd/gd-2.0.35-r3.ebuild
index b95ea8d1552b..cdd641c5d65e 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
# 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.8 2011/10/29 19:29:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.9 2011/10/30 18:41:51 ssuominen Exp $
EAPI="2"
@@ -41,7 +41,7 @@ src_prepare() {
fi
if ! use zlib ; then
sed -i -r \
- -e '/^bin_PROGRAMS/,/^noinst_PROGRAMS/s:(gd2topng|gd2copypal|gd2togif|giftogd2|gdparttopng)..EXEEXT.::g' \
+ -e '/^bin_PROGRAMS/,/^noinst_PROGRAMS/s:(gd2topng|gd2copypal|gd2togif|giftogd2|gdparttopng|pngtogd2)..EXEEXT.::g' \
Makefile.in || die
fi