summaryrefslogtreecommitdiff
path: root/x11-libs/pixman/files/pixman-0.12.0-sse.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/pixman/files/pixman-0.12.0-sse.patch')
-rw-r--r--x11-libs/pixman/files/pixman-0.12.0-sse.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-libs/pixman/files/pixman-0.12.0-sse.patch b/x11-libs/pixman/files/pixman-0.12.0-sse.patch
deleted file mode 100644
index 1f6ee92..0000000
--- a/x11-libs/pixman/files/pixman-0.12.0-sse.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.ac.orig 2008-09-25 20:34:22.000000000 -0700
-+++ configure.ac 2008-09-25 20:43:57.000000000 -0700
-@@ -191,10 +191,8 @@
- CFLAGS="$CFLAGS -msse2 $SSE2_CFLAGS"
-
- AC_COMPILE_IFELSE([
--#if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2))
--# if !defined(__amd64__) && !defined(__x86_64__)
-+#if !defined(__GNUC__) && !(__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2))
- # error "Need GCC >= 4.2 for SSE2 intrinsics on x86"
--# endif
- #endif
- #include <mmintrin.h>
- #include <xmmintrin.h>