aboutsummaryrefslogtreecommitdiff
path: root/devel/goffice
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-12-17 05:08:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-12-17 05:08:50 +0000
commit8af579ae61127b09c4f5e44511213655dc9df78e (patch)
treec5d85dd1ec2a87e1a0de5437b387669697225c7f /devel/goffice
parent1ba15423054fd0f7f53b043635477c8522d27715 (diff)
downloadports-8af579ae61127b09c4f5e44511213655dc9df78e.tar.gz
ports-8af579ae61127b09c4f5e44511213655dc9df78e.zip
Notes
Diffstat (limited to 'devel/goffice')
-rw-r--r--devel/goffice/files/patch-plugins_plot_radar_gog-radar.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/goffice/files/patch-plugins_plot_radar_gog-radar.c b/devel/goffice/files/patch-plugins_plot_radar_gog-radar.c
new file mode 100644
index 000000000000..78df54ba0035
--- /dev/null
+++ b/devel/goffice/files/patch-plugins_plot_radar_gog-radar.c
@@ -0,0 +1,15 @@
+--- plugins/plot_radar/gog-radar.c.orig Sat Dec 16 23:54:55 2006
++++ plugins/plot_radar/gog-radar.c Sun Dec 17 00:05:35 2006
+@@ -386,12 +386,6 @@ GSF_DYNAMIC_CLASS (GogPolarPlot, gog_pol
+ typedef GogPlotView GogRTView;
+ typedef GogPlotViewClass GogRTViewClass;
+
+-static double
+-fmin (double a, double b)
+-{
+- return (a < b) ? a : b;
+-}
+-
+ static void
+ gog_rt_view_render (GogView *view, GogViewAllocation const *bbox)
+ {