Magellan Linux

Contents of /trunk/vnc/patches/9930_all_6.8.2-fbmmx-gcc4.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 531 byte(s)
-import

1 http://bugs.gentoo.org/show_bug.cgi?id=106305
2 diff -ur xc-orig/programs/Xserver/fb/fbmmx.c xc/programs/Xserver/fb/fbmmx.c
3 --- xc-orig/programs/Xserver/fb/fbmmx.c 2005-07-23 04:08:43.242000960 +0000
4 +++ xc/programs/Xserver/fb/fbmmx.c 2005-07-23 04:10:35.555926648 +0000
5 @@ -28,9 +28,6 @@
6
7 #ifdef USE_MMX
8
9 -#include "fb.h"
10 -#include "fbmmx.h"
11 -
12 #include <mmintrin.h>
13
14 #ifdef USE_SSE
15 @@ -39,6 +36,9 @@
16
17 #ifdef RENDER
18
19 +#include "fb.h"
20 +#include "fbmmx.h"
21 +
22 #include "picturestr.h"
23 #include "mipict.h"
24 #include "fbpict.h"
25