summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-06-26 20:22:06 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-06-26 20:22:06 +0000
commita81ae5b8acfd0c6539343f4406db7ce858098945 (patch)
treed6710dcd5d349f9bbde2c8e173652220b4fac10e /media-sound/lame
parentReplaced CFLAGS= with append-flags. (Manifest recommit) (diff)
downloadgentoo-2-a81ae5b8acfd0c6539343f4406db7ce858098945.tar.gz
gentoo-2-a81ae5b8acfd0c6539343f4406db7ce858098945.tar.bz2
gentoo-2-a81ae5b8acfd0c6539343f4406db7ce858098945.zip
Removed 64bit bogus patch.
Diffstat (limited to 'media-sound/lame')
-rw-r--r--media-sound/lame/ChangeLog7
-rw-r--r--media-sound/lame/files/intcast.spider12
-rw-r--r--media-sound/lame/lame-3.96.ebuild3
3 files changed, 7 insertions, 15 deletions
diff --git a/media-sound/lame/ChangeLog b/media-sound/lame/ChangeLog
index 6b65a8dbd810..7310fe467f22 100644
--- a/media-sound/lame/ChangeLog
+++ b/media-sound/lame/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/lame
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.40 2004/06/25 00:08:41 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.41 2004/06/26 20:22:06 kugelfang Exp $
+
+ 26 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> -files/intcast.spider,
+ lame-3.96.ebuild:
+ Removed bogus patch (intcast.spider). This one broke libmp3lame.so on 64bit
+ archs and has been unnecessary.
16 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> lame-3.96.ebuild:
Stable on hppa
diff --git a/media-sound/lame/files/intcast.spider b/media-sound/lame/files/intcast.spider
deleted file mode 100644
index ee19e7ea5b75..000000000000
--- a/media-sound/lame/files/intcast.spider
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN lame-3.95.1/libmp3lame/takehiro.c lame-3.95.1-temp/libmp3lame/takehiro.c
---- lame-3.95.1/libmp3lame/takehiro.c 2004-01-12 07:02:03.000000000 -0600
-+++ lame-3.95.1-temp/libmp3lame/takehiro.c 2004-01-21 12:49:08.545591944 -0600
-@@ -1394,7 +1394,7 @@
- {
- int i;
-
-- gfc->choose_table = choose_table_nonMMX;
-+ gfc->choose_table = (int)choose_table_nonMMX;
-
- #ifdef MMX_choose_table
- if (gfc->CPU_features.MMX) {
diff --git a/media-sound/lame/lame-3.96.ebuild b/media-sound/lame/lame-3.96.ebuild
index 87717c6c8aff..f73d9e470016 100644
--- a/media-sound/lame/lame-3.96.ebuild
+++ b/media-sound/lame/lame-3.96.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/lame/lame-3.96.ebuild,v 1.8 2004/06/25 00:08:41 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.96.ebuild,v 1.9 2004/06/26 20:22:06 kugelfang Exp $
inherit flag-o-matic gcc eutils
@@ -23,7 +23,6 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/intcast.spider
}
src_compile() {