summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-11 22:00:27 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-11 22:00:27 +0000
commite4a83839d8a6e7ba621d48fc8497d7f9f83fce1b (patch)
treee05f0731a1ed33e6e1819acfe4ffc34f74e844d7 /media-libs
parentAdded ~mips, bug 351931 (diff)
downloadgentoo-2-e4a83839d8a6e7ba621d48fc8497d7f9f83fce1b.tar.gz
gentoo-2-e4a83839d8a6e7ba621d48fc8497d7f9f83fce1b.tar.bz2
gentoo-2-e4a83839d8a6e7ba621d48fc8497d7f9f83fce1b.zip
Don't execute symbols check with apng patch wrt #378111 by Diego Elio Pettenò
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libpng/ChangeLog6
-rw-r--r--media-libs/libpng/libpng-1.5.5.ebuild8
2 files changed, 11 insertions, 3 deletions
diff --git a/media-libs/libpng/ChangeLog b/media-libs/libpng/ChangeLog
index 1989d770f82c..6c118ce2580f 100644
--- a/media-libs/libpng/ChangeLog
+++ b/media-libs/libpng/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libpng
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.312 2011/10/08 11:05:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.313 2011/10/11 22:00:27 ssuominen Exp $
+
+ 11 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> libpng-1.5.5.ebuild:
+ Don't execute symbols check with apng patch wrt #378111 by Diego Elio
+ Pettenò
08 Oct 2011; Markus Meier <maekke@gentoo.org> libpng-1.4.8-r1.ebuild:
arm stable, bug #384285
diff --git a/media-libs/libpng/libpng-1.5.5.ebuild b/media-libs/libpng/libpng-1.5.5.ebuild
index e09567a08144..7ad78fc90d5d 100644
--- a/media-libs/libpng/libpng-1.5.5.ebuild
+++ b/media-libs/libpng/libpng-1.5.5.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/libpng/libpng-1.5.5.ebuild,v 1.3 2011/10/08 19:50:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.5.ebuild,v 1.4 2011/10/11 22:00:27 ssuominen Exp $
# NOTE: Both optipng and pngcrush are using bundled libpng14. If and when libpng
# gets bumped for security, they need to be checked out.
@@ -27,7 +27,11 @@ DEPEND="${RDEPEND}
DOCS=( ANNOUNCE CHANGES libpng-manual.txt README TODO )
src_prepare() {
- use apng && epatch "${WORKDIR}"/${P}-apng.patch
+ if use apng; then
+ epatch "${WORKDIR}"/${P}-apng.patch
+ # Don't execute symbols check with apng patch wrt #378111
+ sed -i -e '/^check/s:scripts/symbols.chk::' Makefile.in || die
+ fi
elibtoolize
}