diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-02-19 10:49:45 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-02-19 10:49:45 +0000 |
commit | efcc778a95c68bdf90f6775b11fc094b12ab0b01 (patch) | |
tree | c5f9694ed90b0af046b106bad0cf29d95f45083b /media-sound/xmms | |
parent | Stable on ppc64 (diff) | |
download | historical-efcc778a95c68bdf90f6775b11fc094b12ab0b01.tar.gz historical-efcc778a95c68bdf90f6775b11fc094b12ab0b01.tar.bz2 historical-efcc778a95c68bdf90f6775b11fc094b12ab0b01.zip |
Fix runaway commit.
Diffstat (limited to 'media-sound/xmms')
-rw-r--r-- | media-sound/xmms/xmms-1.2.10-r13.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-sound/xmms/xmms-1.2.10-r13.ebuild b/media-sound/xmms/xmms-1.2.10-r13.ebuild index b478c314c769..980aaa64c65e 100644 --- a/media-sound/xmms/xmms-1.2.10-r13.ebuild +++ b/media-sound/xmms/xmms-1.2.10-r13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.10-r13.ebuild,v 1.3 2005/02/18 18:04:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.10-r13.ebuild,v 1.4 2005/02/19 10:49:45 azarah Exp $ inherit flag-o-matic eutils libtool gnuconfig @@ -104,7 +104,6 @@ src_compile() { # Please see Bug 58092 for details use ppc64 && replace-flags "-O[2-9]" "-O1" - env ACLOCAL="aclocal -I ${WORKDIR}/m4" \ econf `use_enable nls` ${myconf} || die # For some reason, gmake doesn't export this for libtool's consumption |