diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:49:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:49:16 +0000 |
commit | c117b8860e112c2fcb4792ab6a70d7d75a8655a0 (patch) | |
tree | 2c7f65f6a7244280f03cadf3892626f59b9ab30a /media-sound/jmax | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-c117b8860e112c2fcb4792ab6a70d7d75a8655a0.tar.gz gentoo-2-c117b8860e112c2fcb4792ab6a70d7d75a8655a0.tar.bz2 gentoo-2-c117b8860e112c2fcb4792ab6a70d7d75a8655a0.zip |
econf || die, emake || die
Diffstat (limited to 'media-sound/jmax')
-rw-r--r-- | media-sound/jmax/jmax-4.1.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/jmax/jmax-4.1.0.ebuild b/media-sound/jmax/jmax-4.1.0.ebuild index 9fb77b42da8e..04ab11a23834 100644 --- a/media-sound/jmax/jmax-4.1.0.ebuild +++ b/media-sound/jmax/jmax-4.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jmax/jmax-4.1.0.ebuild,v 1.1 2004/07/09 02:38:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jmax/jmax-4.1.0.ebuild,v 1.2 2004/07/14 20:49:16 agriffis Exp $ IUSE="alsa jack doc" @@ -45,10 +45,9 @@ src_unpack() { } src_compile() { - econf - + econf || die "econf failed" # -j2 fails. See bug #47978 - emake -j1 + emake -j1 || die "emake failed" } src_install () { |