pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/wesnoth Include wctype.h for towupper and towlower.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f133b9a3a68b
branches: trunk
changeset: 515135:f133b9a3a68b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jun 25 19:50:51 2006 +0000
description:
Include wctype.h for towupper and towlower.
Fixes build with gcc4 on NetBSD-3.99.21.
diffstat:
games/wesnoth/distinfo | 3 ++-
games/wesnoth/patches/patch-ac | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 9e355256b63e -r f133b9a3a68b games/wesnoth/distinfo
--- a/games/wesnoth/distinfo Sun Jun 25 19:37:44 2006 +0000
+++ b/games/wesnoth/distinfo Sun Jun 25 19:50:51 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.18 2006/06/15 12:24:12 wiz Exp $
+$NetBSD: distinfo,v 1.19 2006/06/25 19:50:51 wiz Exp $
SHA1 (wesnoth-1.0.2.tar.gz) = c2313242615b79249f26371bd7c410e8385adc0a
RMD160 (wesnoth-1.0.2.tar.gz) = 20ba5be7078224f65a37d268eaf95be79e0e57c2
Size (wesnoth-1.0.2.tar.gz) = 40034289 bytes
SHA1 (patch-aa) = 28e6a2e8171336fb0f798b2f28ced9152e1678ae
SHA1 (patch-ab) = 6e7414a0fcdb5b0b306e7cf4a62383bfdc0f1fa5
+SHA1 (patch-ac) = e95be60f1a197aeea57b7b35b0566b17da1cc7c8
diff -r 9e355256b63e -r f133b9a3a68b games/wesnoth/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/wesnoth/patches/patch-ac Sun Jun 25 19:50:51 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.6 2006/06/25 19:50:51 wiz Exp $
+
+--- src/serialization/string_utils.cpp.orig 2005-09-21 00:35:37.000000000 +0000
++++ src/serialization/string_utils.cpp
+@@ -23,6 +23,7 @@
+ #include "../util.hpp"
+ #include "../log.hpp"
+ #include "string_utils.hpp"
++#include "wctype.h"
+
+ #define ERR_GENERAL LOG_STREAM(err, general)
+
Home |
Main Index |
Thread Index |
Old Index