summaryrefslogtreecommitdiff
path: root/graphics/goocanvasmm/patches/patch-aa
blob: da86ccde7742c77248a3b6f03dfdc7ed27247f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,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/goocanvasmm/enums.cc.orig	2009-09-03 08:30:17.000000000 +0000
+++ goocanvas/goocanvasmm/enums.cc
@@ -31,7 +31,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