aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-03-17 08:02:01 +0800
committerpav <pav@FreeBSD.org>2004-03-17 08:02:01 +0800
commit6a57a272876945849328a9f622ab04f72555aa30 (patch)
tree7f38c553b5f521a2de00dd5330638787b1df0d27 /math
parentd109d6c2fb760511b987d0f1be8fd8c74d4efb26 (diff)
downloadfreebsd-ports-gnome-6a57a272876945849328a9f622ab04f72555aa30.tar.gz
freebsd-ports-gnome-6a57a272876945849328a9f622ab04f72555aa30.tar.zst
freebsd-ports-gnome-6a57a272876945849328a9f622ab04f72555aa30.zip
- Fix build on -STABLE
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric2/files/patch-src-cut-n-paste-code-goffice-graph-plugins-plot_xy-gog-xy.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/gnumeric2/files/patch-src-cut-n-paste-code-goffice-graph-plugins-plot_xy-gog-xy.c b/math/gnumeric2/files/patch-src-cut-n-paste-code-goffice-graph-plugins-plot_xy-gog-xy.c
new file mode 100644
index 000000000000..a384ceb4c1e4
--- /dev/null
+++ b/math/gnumeric2/files/patch-src-cut-n-paste-code-goffice-graph-plugins-plot_xy-gog-xy.c
@@ -0,0 +1,17 @@
+--- src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c.orig Sat Mar 13 04:27:56 2004
++++ src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c Wed Mar 17 00:56:18 2004
+@@ -430,12 +430,13 @@
+ {
+ GObjectClass *gobject_klass = (GObjectClass *) plot_klass;
+ GogObjectClass *gog_klass = (GogObjectClass *) plot_klass;
++ Gog2DPlotClass *gog_2d_plot_klass;
+
+ bubble_parent_klass = g_type_class_peek_parent (plot_klass);
+ gobject_klass->set_property = gog_bubble_plot_set_property;
+ gobject_klass->get_property = gog_bubble_plot_get_property;
+
+- Gog2DPlotClass *gog_2d_plot_klass = (Gog2DPlotClass*) plot_klass;
++ gog_2d_plot_klass = (Gog2DPlotClass*) plot_klass;
+
+ gog_2d_plot_klass->adjust_bounds = gog_bubble_plot_adjust_bounds;
+ gog_klass->type_name = gog_bubble_plot_type_name;