diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-11-21 19:43:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-11-21 19:43:40 +0000 |
commit | a27131c78230156a133e3d8a88df713e701ff90c (patch) | |
tree | f0801c03200638f971bfe09dde0b9907d4dc6b3f /graphics/cairo | |
parent | 6bcf29f8d4d32105443c6dd5f57c547f922af31a (diff) |
Notes
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/cairo/files/patch-src_cairo-xlib-display.c | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index ddc7f2b1809e..8ca724496e08 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -8,7 +8,7 @@ PORTNAME= cairo PORTVERSION= 1.10.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ diff --git a/graphics/cairo/files/patch-src_cairo-xlib-display.c b/graphics/cairo/files/patch-src_cairo-xlib-display.c new file mode 100644 index 000000000000..fce8103adfc1 --- /dev/null +++ b/graphics/cairo/files/patch-src_cairo-xlib-display.c @@ -0,0 +1,14 @@ +--- src/cairo-xlib-display.c.orig 2010-11-21 14:41:31.000000000 -0500 ++++ src/cairo-xlib-display.c 2010-11-21 14:42:12.000000000 -0500 +@@ -353,11 +353,7 @@ _cairo_xlib_device_create (Display *dpy) + /* Prior to Render 0.10, there is no protocol support for gradients and + * we call function stubs instead, which would silently consume the drawing. + */ +-#if RENDER_MAJOR == 0 && RENDER_MINOR < 10 + display->buggy_gradients = TRUE; +-#else +- display->buggy_gradients = FALSE; +-#endif + display->buggy_pad_reflect = FALSE; + display->buggy_repeat = FALSE; + |