summaryrefslogtreecommitdiff
path: root/graphics/gdchart/files/patch-gdc.c
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-06-16 15:03:06 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-06-16 15:03:06 +0000
commit007223ee3e2b81b7727225f9acc8275c5e53e648 (patch)
tree0a971001285113ff3eeaee4d8f4c00ec860c0fe4 /graphics/gdchart/files/patch-gdc.c
parentThe jabber transports are now built as part of the jabber port and (diff)
Add gdchart 0.9.4b,
easy to use, fast C API for creating charts and graphs. PR: 27868 Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes: svn path=/head/; revision=44069
Diffstat (limited to 'graphics/gdchart/files/patch-gdc.c')
-rw-r--r--graphics/gdchart/files/patch-gdc.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gdchart/files/patch-gdc.c b/graphics/gdchart/files/patch-gdc.c
new file mode 100644
index 000000000000..cd1fa0e5fe4e
--- /dev/null
+++ b/graphics/gdchart/files/patch-gdc.c
@@ -0,0 +1,11 @@
+--- gdc.c.orig Mon Jun 4 02:41:42 2001
++++ gdc.c Mon Jun 4 02:41:51 2001
+@@ -158,7 +158,7 @@
+ if( GDC_generate_gif )
+ {
+ fflush(fptr); // clear anything buffered
+- gdImageGif(im, fptr);
++ gdImagePng(im, fptr);
+ }
+
+ if( GDC_hold_img & GDC_EXPOSE_IMAGE )