diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-06-04 08:46:37 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2009-06-04 08:46:37 +0000 |
commit | f5c96501ef5799626d296cc666e0c682ad10afb0 (patch) | |
tree | 428a261c6271ce9f417abe49d1a463e0ae163b0d /media-video/vdr/vdr-1.6.0_p2-r2.ebuild | |
parent | Change root directory as daemon writes files in it, bug #267134. Also revbump... (diff) | |
download | gentoo-2-f5c96501ef5799626d296cc666e0c682ad10afb0.tar.gz gentoo-2-f5c96501ef5799626d296cc666e0c682ad10afb0.tar.bz2 gentoo-2-f5c96501ef5799626d296cc666e0c682ad10afb0.zip |
Add patch to fix compiling with gcc-4.4. Bug #271617.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-video/vdr/vdr-1.6.0_p2-r2.ebuild')
-rw-r--r-- | media-video/vdr/vdr-1.6.0_p2-r2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/media-video/vdr/vdr-1.6.0_p2-r2.ebuild b/media-video/vdr/vdr-1.6.0_p2-r2.ebuild index 7865e657836e..4d5053dbb242 100644 --- a/media-video/vdr/vdr-1.6.0_p2-r2.ebuild +++ b/media-video/vdr/vdr-1.6.0_p2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r2.ebuild,v 1.2 2009/03/29 16:34:41 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r2.ebuild,v 1.3 2009/06/04 08:46:37 zzam Exp $ inherit eutils flag-o-matic multilib @@ -220,7 +220,9 @@ src_unpack() { -e 's/runvdr//' \ -e 's/ install-plugins//' - if ! use vanilla; then + if use vanilla; then + epatch "${FILESDIR}"/vdr-1.6.0-gcc-4.4.diff + else cd "${S}" # Now apply extensions patch @@ -232,6 +234,8 @@ src_unpack() { # other gentoo patches # epatch "${FILESDIR}/..." + epatch "${FILESDIR}"/vdr-1.6.0-gcc-4.4.diff + epatch "${FILESDIR}"/vdr-1.6.0-extensions-gcc-4.4.diff # This allows us to start even if some plugin does not exist # or is not loadable. |