summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-08-08 08:29:26 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-08-08 08:29:26 +0000
commit00c1ae196edc72d1e852493e3558d9657ae826fb (patch)
tree25790936b989086653a02b8ce550be579725b28c /media-sound/lame/files
parentmask mmx for lame, refs bug #93279 (diff)
downloadhistorical-00c1ae196edc72d1e852493e3558d9657ae826fb.tar.gz
historical-00c1ae196edc72d1e852493e3558d9657ae826fb.tar.bz2
historical-00c1ae196edc72d1e852493e3558d9657ae826fb.zip
Add mmx useflag wrt bug #93279 and fix build of mmx asm with libtool 2.2
Package-Manager: portage-2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'media-sound/lame/files')
-rw-r--r--media-sound/lame/files/lame-3.98-echo.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/lame/files/lame-3.98-echo.patch b/media-sound/lame/files/lame-3.98-echo.patch
new file mode 100644
index 000000000000..6d3edbaee31a
--- /dev/null
+++ b/media-sound/lame/files/lame-3.98-echo.patch
@@ -0,0 +1,13 @@
+Index: lame-398/libmp3lame/i386/Makefile.am
+===================================================================
+--- lame-398.orig/libmp3lame/i386/Makefile.am
++++ lame-398/libmp3lame/i386/Makefile.am
+@@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = foreign $(top_srcdir)
+
+ DEFS = @DEFS@ @CONFIG_DEFS@
+
++ECHO ?= echo
++
+ nasm_sources = \
+ choose_table.nas \
+ cpu_feat.nas \