diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-28 03:15:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-28 03:15:36 +0000 |
commit | ccb8bfd586512bf147bb27e2fe2a296633e1c5e1 (patch) | |
tree | 018f0f77c97d367fa5d0c31ad09001e65e976026 /media-libs/imlib2/imlib2-1.2.0-r2.ebuild | |
parent | Bump to hourly snapshot (diff) | |
download | gentoo-2-ccb8bfd586512bf147bb27e2fe2a296633e1c5e1.tar.gz gentoo-2-ccb8bfd586512bf147bb27e2fe2a296633e1c5e1.tar.bz2 gentoo-2-ccb8bfd586512bf147bb27e2fe2a296633e1c5e1.zip |
Fix an out of bounds crash when using Digikam #96065 by Quintin Pan.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/imlib2/imlib2-1.2.0-r2.ebuild')
-rw-r--r-- | media-libs/imlib2/imlib2-1.2.0-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/imlib2/imlib2-1.2.0-r2.ebuild b/media-libs/imlib2/imlib2-1.2.0-r2.ebuild index ad3f7dd66bc3..9089ec079f55 100644 --- a/media-libs/imlib2/imlib2-1.2.0-r2.ebuild +++ b/media-libs/imlib2/imlib2-1.2.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.2.0-r2.ebuild,v 1.3 2005/06/04 15:06:58 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.2.0-r2.ebuild,v 1.4 2005/07/28 03:15:36 vapier Exp $ EHACKAUTOGEN=yes inherit enlightenment @@ -20,8 +20,9 @@ DEPEND="=media-libs/freetype-2* src_unpack() { enlightenment_src_unpack - cd ${S} - epatch ${FILESDIR}/${P}-loaders.patch + cd "${S}" + epatch "${FILESDIR}"/${P}-loaders.patch + epatch "${FILESDIR}"/imlib-1.2.0-bounds-check.patch } src_compile() { |