summaryrefslogtreecommitdiffstats
path: root/x11-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2022-09-17 20:45:44 -0400
committerPavel Vinogradov2022-09-17 20:45:44 -0400
commita7b977513234a3f1b6176e50dcf7cfe904e31f6a (patch)
treef1b374825bfd24072185edcb4441c0ad0819f79e /x11-libs
parentb3cc054438c50166cd23d54ab725bf77a84f567f (diff)
x11-libs/cairo: actually removed stray patch
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/cairo/HISTORY3
-rw-r--r--x11-libs/cairo/cairo-1.10.0-buggy_gradients.patch14
2 files changed, 3 insertions, 14 deletions
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 <public@sourcemage.org>
+ * cairo-1.10.0-buggy_gradients.patch: actually removed the patch
+
2022-09-05 Ismael Luceno <ismael@sourcemage.org>
* 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;
-