diff options
author | 2012-07-01 12:49:08 +0000 | |
---|---|---|
committer | 2012-07-01 12:49:08 +0000 | |
commit | a3735c8de3cd07317b06246845b8d9b2115b86fb (patch) | |
tree | e865c24f2f741b1dda1a0f9b8c94744a48fa6441 /media-gfx/iscan/iscan-2.28.1.3.ebuild | |
parent | Add src_test stub. libtai check.c confuses default src_test function (diff) | |
download | gentoo-2-a3735c8de3cd07317b06246845b8d9b2115b86fb.tar.gz gentoo-2-a3735c8de3cd07317b06246845b8d9b2115b86fb.tar.bz2 gentoo-2-a3735c8de3cd07317b06246845b8d9b2115b86fb.zip |
Add patch to fix building with libpng 1.5. Thanks to Stefano for the patch, closes bug #419729.
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/iscan/iscan-2.28.1.3.ebuild')
-rw-r--r-- | media-gfx/iscan/iscan-2.28.1.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/iscan/iscan-2.28.1.3.ebuild b/media-gfx/iscan/iscan-2.28.1.3.ebuild index 625dac5d026a..16a1b47b2933 100644 --- a/media-gfx/iscan/iscan-2.28.1.3.ebuild +++ b/media-gfx/iscan/iscan-2.28.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.28.1.3.ebuild,v 1.1 2012/06/04 21:11:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.28.1.3.ebuild,v 1.2 2012/07/01 12:49:08 flameeyes Exp $ EAPI="4" @@ -82,6 +82,7 @@ src_prepare() { epatch "${FILESDIR}"/iscan-2.25.0-drop-ltdl.patch epatch "${FILESDIR}"/iscan-2.25.0-fix-g++-test.patch + epatch "${FILESDIR}"/iscan-2.28.1.3+libpng-1.5.patch eautoreconf } |