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/gd/gd-2.0.35-r3.ebuild
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/gd/gd-2.0.35-r3.ebuild')
-rw-r--r--media-libs/gd/gd-2.0.35-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
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