summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/lame/lame-3.95.1.ebuild')
-rw-r--r--media-sound/lame/lame-3.95.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/lame/lame-3.95.1.ebuild b/media-sound/lame/lame-3.95.1.ebuild
index b4f5bb71310c..ca0130b72788 100644
--- a/media-sound/lame/lame-3.95.1.ebuild
+++ b/media-sound/lame/lame-3.95.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.95.1.ebuild,v 1.1 2004/01/21 05:35:01 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.95.1.ebuild,v 1.2 2004/01/21 10:31:04 raker Exp $
inherit flag-o-matic gcc
@@ -47,7 +47,8 @@ src_compile() {
--enable-mp3rtp \
${myconf} || die
- emake || die
+ # Parallel make isn't happy
+ make || die
}
src_install() {