]> git.pld-linux.org Git - packages/cairo.git/commitdiff
- avoid redefinition of INT_* symbols.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 16 Nov 2005 22:46:10 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  they are defined by slim_hidden_* macros for PLT bypassing.

Changed files:
    cairo-gcc4.patch -> 1.1

cairo-gcc4.patch [new file with mode: 0644]

diff --git a/cairo-gcc4.patch b/cairo-gcc4.patch
new file mode 100644 (file)
index 0000000..83afe5d
--- /dev/null
@@ -0,0 +1,12 @@
+--- cairo-1.0.2/pixman/src/pixman-remap.h.orig 2005-08-22 06:02:33.000000000 +0200
++++ cairo-1.0.2/pixman/src/pixman-remap.h      2005-11-16 23:19:50.659927250 +0100
+@@ -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
This page took 0.157094 seconds and 4 git commands to generate.