From a7b977513234a3f1b6176e50dcf7cfe904e31f6a Mon Sep 17 00:00:00 2001 From: Pavel Vinogradov Date: Sat, 17 Sep 2022 20:45:44 -0400 Subject: x11-libs/cairo: actually removed stray patch --- x11-libs/cairo/HISTORY | 3 +++ x11-libs/cairo/cairo-1.10.0-buggy_gradients.patch | 14 -------------- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 x11-libs/cairo/cairo-1.10.0-buggy_gradients.patch (limited to 'x11-libs') diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY index 80ca8b61ef..5619ce0f80 100644 --- a/x11-libs/cairo/HISTORY +++ b/x11-libs/cairo/HISTORY @@ -1,3 +1,6 @@ +2022-09-17 Pavel Vinogradov + * cairo-1.10.0-buggy_gradients.patch: actually removed the patch + 2022-09-05 Ismael Luceno * DEPENDS, 0001-Fix-build-with-external-libexecinfo.patch: fix build against libexecinfo diff --git a/x11-libs/cairo/cairo-1.10.0-buggy_gradients.patch b/x11-libs/cairo/cairo-1.10.0-buggy_gradients.patch deleted file mode 100644 index a3a4a96120..0000000000 --- a/x11-libs/cairo/cairo-1.10.0-buggy_gradients.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/src/cairo-xlib-display.c.ubuntu 2010-08-04 11:57:49.000000000 +0200 -+++ b/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; - -- cgit v1.2.3