diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-12-17 21:29:31 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-12-17 21:29:31 +0000 |
commit | 65af03b6610512882ac9623d0bd24b43a9c16d4e (patch) | |
tree | aa574bb8f1ce003c22561dbd66fd6dabe705b754 /media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild | |
parent | Dropping ebuild that doesn't compile w/gcc-4.3 w.r.t bug 218349. (diff) | |
download | gentoo-2-65af03b6610512882ac9623d0bd24b43a9c16d4e.tar.gz gentoo-2-65af03b6610512882ac9623d0bd24b43a9c16d4e.tar.bz2 gentoo-2-65af03b6610512882ac9623d0bd24b43a9c16d4e.zip |
Fix parallel-make issues, Bug #247800.
(Portage version: 2.1.6.1/cvs/Linux 2.6.27-gentoo-r1 i686)
Diffstat (limited to 'media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild')
-rw-r--r-- | media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild b/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild index cb7fe5c44743..97379356c4ed 100644 --- a/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild +++ b/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.3 2008/12/14 16:56:37 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.4 2008/12/17 21:29:31 zzam Exp $ inherit vdr-plugin @@ -15,4 +15,4 @@ IUSE="" DEPEND=">=media-video/vdr-1.2.6" -BUILD_PARAMS="-j1"
\ No newline at end of file +PATCHES=("${FILESDIR}/${P}-makefile-fix.diff") |