summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-05 09:03:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-05 09:03:39 +0000
commitddc1a5e1b21c11c59278527792611cace7b331d2 (patch)
tree5079da0bb8e9dc1ca621fdab1926bb888a23bdd7 /x11-toolkits
parent- General clean-up of port. (diff)
Unbroke on 4-STABLE.
PR: 28674 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Notes
Notes: svn path=/head/; revision=44781
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c15
-rw-r--r--x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c15
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c b/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c
new file mode 100644
index 000000000000..2f634944ab6c
--- /dev/null
+++ b/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c
@@ -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"
diff --git a/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c b/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c
new file mode 100644
index 000000000000..2f634944ab6c
--- /dev/null
+++ b/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c
@@ -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"