summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-12-17 21:29:31 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-12-17 21:29:31 +0000
commite8e75ef47723168d9f9c22ac2bf45a5607cd63f0 (patch)
tree3f7c7ed5a6593ea8555c69f79fde7a1f009f06f3 /media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild
parentDropping ebuild that doesn't compile w/gcc-4.3 w.r.t bug 218349. (diff)
downloadhistorical-e8e75ef47723168d9f9c22ac2bf45a5607cd63f0.tar.gz
historical-e8e75ef47723168d9f9c22ac2bf45a5607cd63f0.tar.bz2
historical-e8e75ef47723168d9f9c22ac2bf45a5607cd63f0.zip
Fix parallel-make issues, Bug #247800.
Package-Manager: portage-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.ebuild4
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")