summaryrefslogtreecommitdiff
path: root/graphics/cairo/patches
diff options
context:
space:
mode:
authordrochner <drochner>2009-07-09 17:27:56 +0000
committerdrochner <drochner>2009-07-09 17:27:56 +0000
commit1c762ba93d850dcf264386d6638efb70750f4174 (patch)
tree137daed4b12ce067a2f002798349262cd626ab8c /graphics/cairo/patches
parent522985d6f75d7bfd138e1fd8751111a0725208f0 (diff)
downloadpkgsrc-1c762ba93d850dcf264386d6638efb70750f4174.tar.gz
update to 1.8.8
changes: small number of bug fixes (in particular a few corrections to the documentation and a few fixes in the FreeType font backend)
Diffstat (limited to 'graphics/cairo/patches')
-rw-r--r--graphics/cairo/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/cairo/patches/patch-ac b/graphics/cairo/patches/patch-ac
deleted file mode 100644
index fc3fab8d8e9..00000000000
--- a/graphics/cairo/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.12 2008/11/26 15:55:32 drochner Exp $
-
---- src/cairo-clip.c.orig 2008-11-26 16:44:13.000000000 +0100
-+++ src/cairo-clip.c
-@@ -423,7 +423,7 @@ _cairo_clip_intersect_mask (cairo_clip_t
- cairo_box_t extents;
- cairo_rectangle_int_t surface_rect, target_rect;
- cairo_surface_t *surface = NULL;
-- cairo_status_t status;
-+ cairo_status_t status = CAIRO_STATUS_SUCCESS;
-
- if (clip->all_clipped)
- return CAIRO_STATUS_SUCCESS;