From 07c0179cd0d5356ed127192533489a478ee881f0 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 24 Dec 2005 15:23:22 +0000 Subject: [PATCH] Clifford Wolf: Fixed firefox [2005122112092507158] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6931 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x11/firefox/bugfix-316845.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/x11/firefox/bugfix-316845.patch diff --git a/package/x11/firefox/bugfix-316845.patch b/package/x11/firefox/bugfix-316845.patch new file mode 100644 index 000000000..0728f221b --- /dev/null +++ b/package/x11/firefox/bugfix-316845.patch @@ -0,0 +1,15 @@ + +see https://bugzilla.mozilla.org/show_bug.cgi?id=316845 + +--- ./gfx/cairo/libpixman/src/pixman-remap.h ++++ ./gfx/cairo/libpixman/src/pixman-remap.h +@@ -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