Index: head/x11/babl/files/patch-sse-fixups.c =================================================================== --- head/x11/babl/files/patch-sse-fixups.c (revision 379536) +++ head/x11/babl/files/patch-sse-fixups.c (nonexistent) @@ -1,28 +0,0 @@ ---- extensions/sse-fixups.c~ -+++ extensions/sse-fixups.c -@@ -23,6 +23,8 @@ - - #if defined(__GNUC__) && (__GNUC__ >= 4) && defined(USE_SSE) && defined(USE_MMX) - -+#include -+ - #include - #include - -@@ -40,11 +42,11 @@ typedef int g2int __attribute__ ((ve - #define g4float_zero g4float_all(0.0) - #define g4float_ff g4float_all(255.0) - --#define g4float_max(a,b) __builtin_ia32_maxps(a, b) --#define g4float_min(a,b) __builtin_ia32_minps(a, b) --#define g4float_cvt2pi(a) __builtin_ia32_cvtps2pi(a) --#define g4float_movhl(a,b) __builtin_ia32_movhlps(a, b) --#define g4float_emms __builtin_ia32_emms -+#define g4float_max(a,b) _mm_max_ps(a, b) -+#define g4float_min(a,b) _mm_min_ps(a, b) -+#define g4float_cvt2pi(a) _mm_cvtps_pi32(a) -+#define g4float_movhl(a,b) _mm_movehl_ps(a, b) -+#define g4float_emms _mm_empty - - - static INLINE long Property changes on: head/x11/babl/files/patch-sse-fixups.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11/babl/files/patch-babl_babl-palette.c =================================================================== --- head/x11/babl/files/patch-babl_babl-palette.c (revision 379536) +++ head/x11/babl/files/patch-babl_babl-palette.c (nonexistent) @@ -1,14 +0,0 @@ ---- babl/babl-palette.c.orig 2012-05-04 12:44:48.000000000 +0200 -+++ babl/babl-palette.c 2012-05-04 12:47:11.000000000 +0200 -@@ -19,8 +19,11 @@ - #include - #include - #include -+#ifdef __linux__ - #include -+#endif - #include -+#include - #include "config.h" - #include "babl-internal.h" - #include "babl.h" Property changes on: head/x11/babl/files/patch-babl_babl-palette.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property