cairo: reenable the patch for 1.10 we had.

This commit is contained in:
Juan RP 2012-03-27 10:29:23 +02:00
parent a8b20190de
commit f7b47b1f47
3 changed files with 15 additions and 2 deletions

View file

@ -5,7 +5,7 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=3
revision=4
Add_dependency run freetype-devel
Add_dependency run fontconfig-devel

View file

@ -0,0 +1,13 @@
--- src/cairo-xlib-display.c.ubuntu 2010-08-04 11:57:49.000000000 +0200
+++ src/cairo-xlib-display.c 2010-08-04 11:58:28.000000000 +0200
@@ -353,11 +353,7 @@
/* 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;

View file

@ -1,7 +1,7 @@
# Template build file for 'cairo'.
pkgname=cairo
version=1.12.0
revision=3
revision=4
homepage="http://cairographics.org"
distfiles="${homepage}/releases/$pkgname-$version.tar.gz"
build_style=gnu-configure