diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 03:58:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 03:58:33 +0000 |
commit | 166cc5b18cfcf712e7187dd58270b562998f44b1 (patch) | |
tree | b07291e1858a50c9c3ed084ca3e9ed731bd83952 /media-sound/muse | |
parent | arm KEYWORD (diff) | |
download | historical-166cc5b18cfcf712e7187dd58270b562998f44b1.tar.gz historical-166cc5b18cfcf712e7187dd58270b562998f44b1.tar.bz2 historical-166cc5b18cfcf712e7187dd58270b562998f44b1.zip |
Add die following econf for bug 48950
Diffstat (limited to 'media-sound/muse')
-rw-r--r-- | media-sound/muse/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/muse/muse-0.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/muse/ChangeLog b/media-sound/muse/ChangeLog index 911d19b994c2..8d5bc74c23a3 100644 --- a/media-sound/muse/ChangeLog +++ b/media-sound/muse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/muse # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/muse/ChangeLog,v 1.7 2004/04/18 22:44:01 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/muse/ChangeLog,v 1.8 2004/04/26 03:58:33 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> muse-0.7.2.ebuild: + Add die following econf for bug 48950 19 Apr 2004; David Holm <dholm@gentoo.org> muse-0.9.ebuild: Added to ~ppc. diff --git a/media-sound/muse/muse-0.7.2.ebuild b/media-sound/muse/muse-0.7.2.ebuild index 14e603c77a6c..515cd1fec13f 100644 --- a/media-sound/muse/muse-0.7.2.ebuild +++ b/media-sound/muse/muse-0.7.2.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/muse/muse-0.7.2.ebuild,v 1.4 2004/03/01 05:37:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/muse/muse-0.7.2.ebuild,v 1.5 2004/04/26 03:58:33 agriffis Exp $ IUSE="ncurses oggvorbis X" @@ -46,7 +46,7 @@ src_compile() { [ "$xcmd" ] && sed -i "$xcmd" configure econf `use_with X x` \ - --disable-debug + --disable-debug || die "econf failed" emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "Make failed" } |