summaryrefslogtreecommitdiff
path: root/games/wesnoth/files/patch-src::language.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth/files/patch-src::language.hpp')
-rw-r--r--games/wesnoth/files/patch-src::language.hpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/games/wesnoth/files/patch-src::language.hpp b/games/wesnoth/files/patch-src::language.hpp
deleted file mode 100644
index 8ab1e88d877f..000000000000
--- a/games/wesnoth/files/patch-src::language.hpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/language.hpp.orig Mon May 3 18:35:49 2004
-+++ src/language.hpp Wed May 12 00:50:43 2004
-@@ -19,6 +19,14 @@
- #include <string>
- #include <vector>
-
-+#if (__FreeBSD_version < 500029)
-+#include <cwchar>
-+namespace std
-+{
-+ typedef basic_string <wchar_t> wstring;
-+}
-+#endif
-+
- //this module controls internationalization.
-
- struct symbol_table