diff options
author | drochner <drochner> | 2009-07-09 17:24:07 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-07-09 17:24:07 +0000 |
commit | 05e8b2420214d8d6e6cbfa8511ff9e8341436336 (patch) | |
tree | c150d34972d81169fdb67827a558b56a9bd0642c /x11/pixman/patches | |
parent | 9acc51115387151ba5d1cf278dc551ea158aceda (diff) | |
download | pkgsrc-05e8b2420214d8d6e6cbfa8511ff9e8341436336.tar.gz |
update to 0.15.14
sorry, didn't find a changelog -- quod licet src, quoque licet pkgsrc
Diffstat (limited to 'x11/pixman/patches')
-rw-r--r-- | x11/pixman/patches/patch-ac | 13 | ||||
-rw-r--r-- | x11/pixman/patches/patch-af | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/x11/pixman/patches/patch-ac b/x11/pixman/patches/patch-ac deleted file mode 100644 index f274f76efcc..00000000000 --- a/x11/pixman/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.7 2008/09/06 20:09:16 bjs Exp $ - ---- pixman/pixman-private.h.orig 2008-08-21 21:47:50.000000000 -0400 -+++ pixman/pixman-private.h -@@ -727,7 +727,7 @@ pixman_compute_composite_region32 (pixma - uint16_t height); - - /* GCC visibility */ --#if defined(__GNUC__) && __GNUC__ >= 4 -+#if 0 - #define PIXMAN_EXPORT __attribute__ ((visibility("default"))) - /* Sun Studio 8 visibility */ - #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) diff --git a/x11/pixman/patches/patch-af b/x11/pixman/patches/patch-af deleted file mode 100644 index a5190280211..00000000000 --- a/x11/pixman/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.6 2009/06/26 20:30:16 sketch Exp $ - ---- pixman/pixman-bits-image.c.orig Fri Jun 26 21:16:52 2009 -+++ pixman/pixman-bits-image.c Fri Jun 26 21:17:57 2009 -@@ -272,7 +272,7 @@ - coords[i + 1] = y; - } - -- return bits_image_fetch_pixels_src_clip (image, buffer, n_pixels); -+ bits_image_fetch_pixels_src_clip (image, buffer, n_pixels); - } - - #define N_TMP_PIXELS (256) |