diff --git a/package/avm/libvisual/mmx_hotfix.patch b/package/avm/libvisual/mmx_hotfix.patch new file mode 100644 index 000000000..c754646e7 --- /dev/null +++ b/package/avm/libvisual/mmx_hotfix.patch @@ -0,0 +1,11 @@ +--- ./libvisual/Makefile.in.orig 2007-05-23 23:09:36.000000000 +0200 ++++ ./libvisual/Makefile.in 2007-05-23 23:09:59.000000000 +0200 +@@ -231,6 +231,8 @@ + + all: all-am + ++lv_video_mmx.lo: CFLAGS+=-mmmx ++ + .SUFFIXES: + .SUFFIXES: .c .lo .o .obj + $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)