From d92e2103a6bdc06f18bea5fb85bec0b0ebda10d0 Mon Sep 17 00:00:00 2001 From: Daniel Jahre Date: Thu, 2 Feb 2006 12:38:05 +0000 Subject: [PATCH] Daniel Jahre: added gcc4 and/or binutils related fix for cairo [2005121616430224528] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6964 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/gnome2/cairo/pixman-remap-h.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/gnome2/cairo/pixman-remap-h.patch diff --git a/package/gnome2/cairo/pixman-remap-h.patch b/package/gnome2/cairo/pixman-remap-h.patch new file mode 100644 index 000000000..af5daa030 --- /dev/null +++ b/package/gnome2/cairo/pixman-remap-h.patch @@ -0,0 +1,18 @@ +=================================================================== +RCS file: /mirrors/freedesktop/cairo/cairo/pixman/src/pixman-remap.h,v +retrieving revision 1.5 +retrieving revision 1.7 +diff -u -p -r1.5 -r1.7 +--- ./pixman/src/pixman-remap.h 22 Aug 2005 04:02:33 -0000 1.5 ++++ ./pixman/src/pixman-remap.h 21 Nov 2005 19:46:40 -0000 1.7 +@@ -1,9 +1,7 @@ + #define pixman_add_trapezoids _cairo_pixman_add_trapezoids +-#define INT_pixman_color_to_pixel _cairo_pixman_color_to_pixel + #define pixman_color_to_pixel _cairo_pixman_color_to_pixel + #define composeFunctions _cairo_pixman_compose_functions + #define fbComposeSetupMMX _cairo_pixman_compose_setup_mmx +-#define INT_pixman_composite _cairo_pixman_composite + #define pixman_composite _cairo_pixman_composite + #define fbCompositeCopyAreammx _cairo_pixman_composite_copy_area_mmx + #define fbCompositeSolidMask_nx8888x0565Cmmx +_cairo_pixman_composite_solid_mask_nx8888x0565Cmmx