diff options
author | Christian Birchinger <joker@gentoo.org> | 2010-01-14 05:48:08 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2010-01-14 05:48:08 +0000 |
commit | 4853d35664aed82e9e0e6a3061c16db217cc12fe (patch) | |
tree | c10a731be2b4c212facee45fdfa9a3ab5fadb549 /media-libs/dumb/dumb-0.9.3-r1.ebuild | |
parent | Version bump and ebuild cleanups. (diff) | |
download | gentoo-2-4853d35664aed82e9e0e6a3061c16db217cc12fe.tar.gz gentoo-2-4853d35664aed82e9e0e6a3061c16db217cc12fe.tar.bz2 gentoo-2-4853d35664aed82e9e0e6a3061c16db217cc12fe.zip |
Added an as-needed patch from bug #300515.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/dumb/dumb-0.9.3-r1.ebuild')
-rw-r--r-- | media-libs/dumb/dumb-0.9.3-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/dumb/dumb-0.9.3-r1.ebuild b/media-libs/dumb/dumb-0.9.3-r1.ebuild index e2fe202987b8..8aa7c71d4841 100644 --- a/media-libs/dumb/dumb-0.9.3-r1.ebuild +++ b/media-libs/dumb/dumb-0.9.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.3-r1.ebuild,v 1.10 2009/06/06 16:41:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/dumb/dumb-0.9.3-r1.ebuild,v 1.11 2010/01/14 05:48:08 joker Exp $ EAPI=2 inherit eutils @@ -26,6 +26,7 @@ EOF epatch "${FILESDIR}"/${PN}-0.9.2-PIC.patch epatch "${FILESDIR}"/${P}_CVE-2006-3668.patch + epatch "${FILESDIR}"/${P}-as-needed.patch sed -i '/= -s/d' Makefile || die "sed failed" cp -f Makefile Makefile.rdy } |