diff options
author | Nick Hadaway <raker@gentoo.org> | 2004-01-21 11:03:24 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2004-01-21 11:03:24 +0000 |
commit | a233a74818970424812a17721b70235b2d5116e4 (patch) | |
tree | 79955f3ba366aa8f28b9e2da75bace3c636a2e81 /media-libs/libao/libao-0.8.4-r1.ebuild | |
parent | ver bump (diff) | |
download | historical-a233a74818970424812a17721b70235b2d5116e4.tar.gz historical-a233a74818970424812a17721b70235b2d5116e4.tar.bz2 historical-a233a74818970424812a17721b70235b2d5116e4.zip |
Changed from emake to emake -j1 to address bug #37218.
Diffstat (limited to 'media-libs/libao/libao-0.8.4-r1.ebuild')
-rw-r--r-- | media-libs/libao/libao-0.8.4-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/libao/libao-0.8.4-r1.ebuild b/media-libs/libao/libao-0.8.4-r1.ebuild index 7c5e9e55f405..1afb0e9709f9 100644 --- a/media-libs/libao/libao-0.8.4-r1.ebuild +++ b/media-libs/libao/libao-0.8.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libao/libao-0.8.4-r1.ebuild,v 1.2 2003/12/28 15:59:33 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libao/libao-0.8.4-r1.ebuild,v 1.3 2004/01/21 11:03:24 raker Exp $ IUSE="alsa arts esd nas" @@ -38,7 +38,8 @@ src_compile() { --enable-shared \ --enable-static || die - emake || die + # See bug #37218. Build problems with parallel make. + emake -j1 || die } src_install () { |