diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-06-18 07:03:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-06-18 07:03:00 +0000 |
commit | 4c90d45cd280d00c52efdbc097b03a84229caae7 (patch) | |
tree | f07f2a28a3f93f554aeba1106000324c6cab6b55 /graphics/gdchart/files/patch-gdc.h | |
parent | Remove pgaccess as it is already in postgresql( you can install only (diff) |
Update to 0.10.1, which includes support for more graphics formats.
PR: 28243
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=44158
Diffstat (limited to 'graphics/gdchart/files/patch-gdc.h')
-rw-r--r-- | graphics/gdchart/files/patch-gdc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gdchart/files/patch-gdc.h b/graphics/gdchart/files/patch-gdc.h new file mode 100644 index 000000000000..1143a8acac6c --- /dev/null +++ b/graphics/gdchart/files/patch-gdc.h @@ -0,0 +1,11 @@ +--- gdc.h.orig Mon Jun 18 00:51:01 2001 ++++ gdc.h Mon Jun 18 00:51:16 2001 +@@ -9,7 +9,7 @@ + #define _GDC_H + + #include <math.h> +-#include <values.h> ++#include <limits.h> + #ifdef GDC_INCL + #include "gd.h" + #include "gdfonts.h" |