Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/pixman/files: pixman-0.12.0-sse.patch
Date: Fri, 26 Sep 2008 05:34:35
Message-Id: E1Kj5yK-0006GH-Ds@stork.gentoo.org
1 compnerd 08/09/26 05:34:32
2
3 Added: pixman-0.12.0-sse.patch
4 Log:
5 version bump for cairo
6 (Portage version: 2.2_rc9/cvs/Linux 2.6.27-rc3-git3 i686)
7
8 Revision Changes Path
9 1.1 x11-libs/pixman/files/pixman-0.12.0-sse.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pixman/files/pixman-0.12.0-sse.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pixman/files/pixman-0.12.0-sse.patch?rev=1.1&content-type=text/plain
13
14 Index: pixman-0.12.0-sse.patch
15 ===================================================================
16 --- configure.ac.orig 2008-09-25 20:34:22.000000000 -0700
17 +++ configure.ac 2008-09-25 20:43:57.000000000 -0700
18 @@ -191,10 +191,8 @@
19 CFLAGS="$CFLAGS -msse2 $SSE2_CFLAGS"
20
21 AC_COMPILE_IFELSE([
22 -#if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2))
23 -# if !defined(__amd64__) && !defined(__x86_64__)
24 +#if !defined(__GNUC__) && !(__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2))
25 # error "Need GCC >= 4.2 for SSE2 intrinsics on x86"
26 -# endif
27 #endif
28 #include <mmintrin.h>
29 #include <xmmintrin.h>