$NetBSD: patch-aa,v 1.1.2.2 2011/01/12 18:57:00 tron 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::value_type() { return goo_cairo_pattern_get_type(); } GType Value::value_type() { return goo_cairo_matrix_get_type(); } // Normally, _WRAP_ENUM does generate this code for us, but we can't use