summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-02-09 21:06:46 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-02-09 21:06:46 +0000
commit534de76e8e0b29844380bb15f85744ac43e9e9bd (patch)
tree763ca877bcc884a9058f52bb5f34f8f241b9ca53 /media-sound/mpg123
parentversion bump (diff)
downloadgentoo-2-534de76e8e0b29844380bb15f85744ac43e9e9bd.tar.gz
gentoo-2-534de76e8e0b29844380bb15f85744ac43e9e9bd.tar.bz2
gentoo-2-534de76e8e0b29844380bb15f85744ac43e9e9bd.zip
removed -mcpu=ppc from the Makefile
Diffstat (limited to 'media-sound/mpg123')
-rw-r--r--media-sound/mpg123/ChangeLog5
-rw-r--r--media-sound/mpg123/mpg123-0.59s-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/mpg123/ChangeLog b/media-sound/mpg123/ChangeLog
index 5146c5e6be3b..cb44f572b8c5 100644
--- a/media-sound/mpg123/ChangeLog
+++ b/media-sound/mpg123/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mpg123
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.25 2004/02/08 04:51:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.26 2004/02/09 21:06:46 lu_zero Exp $
+
+ 09 Feb 2004; Luca Barbato <lu_zero@gentoo.org> mpg123-0.59s-r1.ebuild:
+ Fixed a glitch in the ppc related section of Makefile.
07 Feb 2004; Aron Griffis <agriffis@gentoo.org> mpg123-0.59s-r1.ebuild:
Majorly clean up the arch support in this ebuild
diff --git a/media-sound/mpg123/mpg123-0.59s-r1.ebuild b/media-sound/mpg123/mpg123-0.59s-r1.ebuild
index 8aa01c35fd93..6fcbc74bfbd0 100644
--- a/media-sound/mpg123/mpg123-0.59s-r1.ebuild
+++ b/media-sound/mpg123/mpg123-0.59s-r1.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/mpg123/mpg123-0.59s-r1.ebuild,v 1.6 2004/02/08 04:51:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59s-r1.ebuild,v 1.7 2004/02/09 21:06:46 lu_zero Exp $
inherit eutils
@@ -33,6 +33,7 @@ src_unpack () {
# Don't force gcc since icc/ccc might be possible
sed -i -e "s|CC=gcc||" Makefile
+ sed -i -e "s:-mcpu=ppc::" Makefile
}
src_compile() {