diff options
Diffstat (limited to 'databases/rrdtool/patches/patch-aq')
-rw-r--r-- | databases/rrdtool/patches/patch-aq | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/databases/rrdtool/patches/patch-aq b/databases/rrdtool/patches/patch-aq index 258ff20f2e4..aa1c479921e 100644 --- a/databases/rrdtool/patches/patch-aq +++ b/databases/rrdtool/patches/patch-aq @@ -1,19 +1,20 @@ -$NetBSD: patch-aq,v 1.1 2000/05/07 13:36:49 wulf Exp $ +$NetBSD: patch-aq,v 1.2 2000/05/07 13:55:17 wulf Exp $ ---- src/rrd_tool.h.orig Sun May 7 09:44:02 2000 -+++ src/rrd_tool.h Sun May 7 09:48:27 2000 -@@ -10,6 +10,10 @@ - extern "C" { - #endif +--- src/rrd_tool.h.orig Tue May 2 21:21:49 2000 ++++ src/rrd_tool.h Sun May 7 22:24:20 2000 +@@ -14,6 +14,11 @@ + #ifndef _RRD_TOOL_H + #define _RRD_TOOL_H +/* + * gd.h needs to be called before math.h to avoid -Wshadow warnings + */ +#include <gd.h> - - #ifndef _RRD_TOOL_H - #define _RRD_TOOL_H -@@ -142,7 +146,7 @@ ++ + #ifdef WIN32 + # include "ntconfig.h" + #else +@@ -142,7 +147,7 @@ int GifSize(FILE *, long *, long *); int PngSize(FILE *, long *, long *); int PngSize(FILE *, long *, long *); |