summaryrefslogtreecommitdiff
path: root/x11/pixman/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11/pixman/patches/patch-ac')
-rw-r--r--x11/pixman/patches/patch-ac22
1 files changed, 11 insertions, 11 deletions
diff --git a/x11/pixman/patches/patch-ac b/x11/pixman/patches/patch-ac
index aa16294b8c2..2f8d28164d6 100644
--- a/x11/pixman/patches/patch-ac
+++ b/x11/pixman/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.5 2008/04/23 12:12:06 tnn Exp $
+$NetBSD: patch-ac,v 1.6 2008/06/19 17:51:27 bjs Exp $
---- pixman/pixman-pict.c.orig 2008-03-27 06:58:20.000000000 -0400
-+++ pixman/pixman-pict.c
-@@ -1428,6 +1428,8 @@ static const FastPathInfo mmx_fast_paths
+--- pixman/pixman-private.h.orig 2008-06-09 01:56:34.000000000 -0400
++++ pixman/pixman-private.h
+@@ -701,7 +701,7 @@ pixman_compute_composite_region32 (pixma
+ uint16_t height);
- { PIXMAN_OP_SRC, PIXMAN_a8r8g8b8, PIXMAN_null, PIXMAN_a8r8g8b8, fbCompositeCopyAreammx, 0 },
- { PIXMAN_OP_SRC, PIXMAN_a8b8g8r8, PIXMAN_null, PIXMAN_a8b8g8r8, fbCompositeCopyAreammx, 0 },
-+ { PIXMAN_OP_SRC, PIXMAN_a8r8g8b8, PIXMAN_null, PIXMAN_x8r8g8b8, fbCompositeCopyAreammx, 0 },
-+ { PIXMAN_OP_SRC, PIXMAN_a8b8g8r8, PIXMAN_null, PIXMAN_x8b8g8r8, fbCompositeCopyAreammx, 0 },
- { PIXMAN_OP_SRC, PIXMAN_x8r8g8b8, PIXMAN_null, PIXMAN_x8r8g8b8, fbCompositeCopyAreammx, 0 },
- { PIXMAN_OP_SRC, PIXMAN_x8b8g8r8, PIXMAN_null, PIXMAN_x8b8g8r8, fbCompositeCopyAreammx, 0 },
- { PIXMAN_OP_SRC, PIXMAN_r5g6b5, PIXMAN_null, PIXMAN_r5g6b5, fbCompositeCopyAreammx, 0 },
+ /* GCC visibility */
+-#if defined(__GNUC__) && __GNUC__ >= 4
++#if 0
+ #define PIXMAN_EXPORT __attribute__ ((visibility("default")))
+ #else
+ #define PIXMAN_EXPORT