diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-17 05:08:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-17 05:08:50 +0000 |
commit | 8af579ae61127b09c4f5e44511213655dc9df78e (patch) | |
tree | c5d85dd1ec2a87e1a0de5437b387669697225c7f /devel/goffice04 | |
parent | 1ba15423054fd0f7f53b043635477c8522d27715 (diff) | |
download | ports-8af579ae61127b09c4f5e44511213655dc9df78e.tar.gz ports-8af579ae61127b09c4f5e44511213655dc9df78e.zip |
Notes
Diffstat (limited to 'devel/goffice04')
-rw-r--r-- | devel/goffice04/files/patch-plugins_plot_radar_gog-radar.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/goffice04/files/patch-plugins_plot_radar_gog-radar.c b/devel/goffice04/files/patch-plugins_plot_radar_gog-radar.c new file mode 100644 index 000000000000..78df54ba0035 --- /dev/null +++ b/devel/goffice04/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) + { |