summaryrefslogtreecommitdiff
path: root/graphics/goocanvasmm/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/goocanvasmm/patches/patch-ac')
-rw-r--r--graphics/goocanvasmm/patches/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/goocanvasmm/patches/patch-ac b/graphics/goocanvasmm/patches/patch-ac
deleted file mode 100644
index becb0cf0094..00000000000
--- a/graphics/goocanvasmm/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2011/01/12 11:57:27 obache Exp $
-
-Fix the build with the latest cairomm.
-http://git.gnome.org/browse/goocanvasmm/commit/?h=goocanvasmm-1.0&id=30edcb72c89c0f97d11d9f88c6da82f6ae78d4bf
-
---- goocanvas/src/enums.ccg.orig 2009-09-03 08:28:35.000000000 +0000
-+++ goocanvas/src/enums.ccg
-@@ -25,7 +25,6 @@ namespace Glib
-
- // We can't simply derive from Glib::ValueBoxed<> because these have no
- // gobj() function to return the underlying boxed C object.
--GType Value<Cairo::Pattern>::value_type() { return goo_cairo_pattern_get_type(); }
- GType Value<Cairo::Matrix*>::value_type() { return goo_cairo_matrix_get_type(); }
-
- // Normally, _WRAP_ENUM does generate this code for us, but we can't use