1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Unbroke on 4-STABLE.

PR:		28674
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
This commit is contained in:
Maxim Sobolev 2001-07-05 09:03:39 +00:00
parent 7ddb2910c6
commit ddc1a5e1b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44781
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
$FreeBSD$
--- gtkextra/gtkplotps.c 2001/07/05 08:52:19 1.1
+++ gtkextra/gtkplotps.c 2001/07/05 08:52:48
@@ -34,7 +34,9 @@
#include <ctype.h>
#include <time.h>
#include <gtk/gtk.h>
+#if __FreeBSD_version >= 500019
#include <wctype.h>
+#endif
#include "gtkplot.h"
#include "gtkpsfont.h"

View File

@ -0,0 +1,15 @@
$FreeBSD$
--- gtkextra/gtkplotps.c 2001/07/05 08:52:19 1.1
+++ gtkextra/gtkplotps.c 2001/07/05 08:52:48
@@ -34,7 +34,9 @@
#include <ctype.h>
#include <time.h>
#include <gtk/gtk.h>
+#if __FreeBSD_version >= 500019
#include <wctype.h>
+#endif
#include "gtkplot.h"
#include "gtkpsfont.h"