summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-29 11:25:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-29 11:25:32 +0000
commitea936dc1b05b74f260a97d96b69c26999160911c (patch)
treebca4887213f9360705814d839dbd60ea93d8bdc6 /media-libs/smpeg/files
parentNew version (diff)
downloadgentoo-2-ea936dc1b05b74f260a97d96b69c26999160911c.tar.gz
gentoo-2-ea936dc1b05b74f260a97d96b69c26999160911c.tar.bz2
gentoo-2-ea936dc1b05b74f260a97d96b69c26999160911c.zip
Add patch to fix bug #127929. Special thanks to David Morgan who helped me with testing it.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'media-libs/smpeg/files')
-rw-r--r--media-libs/smpeg/files/smpeg-0.4.4-mmx.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/smpeg/files/smpeg-0.4.4-mmx.patch b/media-libs/smpeg/files/smpeg-0.4.4-mmx.patch
new file mode 100644
index 000000000000..71db62d055b4
--- /dev/null
+++ b/media-libs/smpeg/files/smpeg-0.4.4-mmx.patch
@@ -0,0 +1,12 @@
+Index: smpeg-0.4.4/configure.in
+===================================================================
+--- smpeg-0.4.4.orig/configure.in
++++ smpeg-0.4.4/configure.in
+@@ -148,6 +148,7 @@ if test x$enable_mmx = xyes; then
+
+ if test x$use_mmx = xyes; then
+ EXTRA_CFLAGS="$EXTRA_CFLAGS -DUSE_MMX"
++ CCASFLAGS="$CCASFLAGS -DUSE_MMX"
+ fi
+ fi
+