diff options
Diffstat (limited to 'x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c')
-rw-r--r-- | x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c b/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c index 2f634944ab6c..69cb86b60e9a 100644 --- a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c +++ b/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c @@ -1,8 +1,8 @@ $FreeBSD$ ---- gtkextra/gtkplotps.c 2001/07/05 08:52:19 1.1 -+++ gtkextra/gtkplotps.c 2001/07/05 08:52:48 +--- gtkextra/gtkplotps.c.orig Fri Nov 30 17:13:40 2001 ++++ gtkextra/gtkplotps.c Wed Dec 5 10:58:27 2001 @@ -34,7 +34,9 @@ #include <ctype.h> #include <time.h> @@ -10,6 +10,6 @@ $FreeBSD$ +#if __FreeBSD_version >= 500019 #include <wctype.h> +#endif + #include <locale.h> #include "gtkplot.h" - #include "gtkpsfont.h" |