summaryrefslogtreecommitdiff
path: root/math/gnumeric/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric/patches/patch-bc')
-rw-r--r--math/gnumeric/patches/patch-bc15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/gnumeric/patches/patch-bc b/math/gnumeric/patches/patch-bc
new file mode 100644
index 00000000000..ab6c1249098
--- /dev/null
+++ b/math/gnumeric/patches/patch-bc
@@ -0,0 +1,15 @@
+$NetBSD: patch-bc,v 1.1 2005/09/08 15:29:32 drochner Exp $
+
+--- src/gnm-so-line.c.orig 2005-09-06 09:57:50.000000000 +0200
++++ src/gnm-so-line.c
+@@ -110,8 +110,8 @@ so_line_foo_view_init (SheetObjectViewIf
+ }
+ typedef FooCanvasLine LineFooView;
+ typedef FooCanvasLineClass LineFooViewClass;
+-static GSF_CLASS_FULL (LineFooView, so_line_foo_view,
+- NULL, NULL,
++static GSF_CLASS_FULL (LineFooView, so_line_foo_view, NULL, NULL,
++ NULL, NULL, NULL,
+ FOO_TYPE_CANVAS_LINE, 0,
+ GSF_INTERFACE (so_line_foo_view_init, SHEET_OBJECT_VIEW_TYPE))
+ #endif /* WITH_GTK */