summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-05-21 14:19:30 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-05-21 14:19:30 +0000
commitf368813d5d20cab4935d8565556baa5894ae4d1c (patch)
tree725e3cd228e69d541ed16bf9e2f161d0a64a967d /media-libs/gd/gd-2.0.35-r1.ebuild
parentRESTRICT=test for version 20080929, #278430, broken by upstream (diff)
downloadgentoo-2-f368813d5d20cab4935d8565556baa5894ae4d1c.tar.gz
gentoo-2-f368813d5d20cab4935d8565556baa5894ae4d1c.tar.bz2
gentoo-2-f368813d5d20cab4935d8565556baa5894ae4d1c.zip
Revision bump to force rebuild with modified call to sed wrt #320837 by Cédric Jeanneret.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gd/gd-2.0.35-r1.ebuild')
-rw-r--r--media-libs/gd/gd-2.0.35-r1.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/media-libs/gd/gd-2.0.35-r1.ebuild b/media-libs/gd/gd-2.0.35-r1.ebuild
index 190f3ccb1a41..b028f1371eb8 100644
--- a/media-libs/gd/gd-2.0.35-r1.ebuild
+++ b/media-libs/gd/gd-2.0.35-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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-r1.ebuild,v 1.11 2010/05/21 10:34:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r1.ebuild,v 1.12 2010/05/21 14:19:30 ssuominen Exp $
EAPI=1
inherit autotools
@@ -28,12 +28,6 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-libpng14.patch \
"${FILESDIR}"/${P}-maxcolors.patch
- # Try libpng14 first, then fallback to plain libpng
- sed -i \
- -e 's/libpng12-config/libpng14-config/g' \
- -e 's/-lpng12/-lpng14/' \
- configure.ac || die
-
eautoconf
find . -type f -print0 | xargs -0 touch -r configure
}