summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-02-18 18:04:42 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-02-18 18:04:42 +0000
commit17cd5bff0e9202215791f9b1c65ca0fd38230dd4 (patch)
treecf6d521e586a81a3590f2bdc3db274f382d6295b /media-sound/xmms/xmms-1.2.10-r13.ebuild
parentstable on x86 amd64 ia64 alpha (diff)
downloadhistorical-17cd5bff0e9202215791f9b1c65ca0fd38230dd4.tar.gz
historical-17cd5bff0e9202215791f9b1c65ca0fd38230dd4.tar.bz2
historical-17cd5bff0e9202215791f9b1c65ca0fd38230dd4.zip
Fix reverse logic when checking if we should run fix_libtool_files.sh.
Diffstat (limited to 'media-sound/xmms/xmms-1.2.10-r13.ebuild')
-rw-r--r--media-sound/xmms/xmms-1.2.10-r13.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/xmms/xmms-1.2.10-r13.ebuild b/media-sound/xmms/xmms-1.2.10-r13.ebuild
index ec3803e8feda..b478c314c769 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.2 2005/02/14 18:58:50 agriffis Exp $
+# $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 $
inherit flag-o-matic eutils libtool gnuconfig
@@ -104,6 +104,7 @@ 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