summaryrefslogtreecommitdiff
path: root/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-10 04:21:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-10 04:21:55 +0100
commit677b7ba5c317778df2ad7e70df94b9b7eec4adbc (patch)
tree6c418a1546fff5becab5d8b9ed6803323e7f316e /dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch
parentfbda87924e6faa7a1919f1a2b4182490bde5ec5c (diff)
gentoo resync : 10.09.2021
Diffstat (limited to 'dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch')
-rw-r--r--dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch b/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch
deleted file mode 100644
index c33a9b3d95fe..000000000000
--- a/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: Goo-Canvas-0.06/goocanvas-perl.h
-===================================================================
---- Goo-Canvas-0.06.orig/goocanvas-perl.h
-+++ Goo-Canvas-0.06/goocanvas-perl.h
-@@ -9,6 +9,9 @@
- #include "cairo-perl.h"
- #include "goocanvas.h"
-
-+cairo_surface_t * goo_canvas_cairo_pattern_from_pixbuf(GdkPixbuf *pixbuf);
-+cairo_surface_t * goo_canvas_cairo_surface_from_pixbuf(GdkPixbuf *pixbuf);
-+
- /* FIXME: How to avoid compile error in autogen.h */
- #define GooCairoPattern cairo_pattern_t
- #define GooCairoMatrix cairo_matrix_t