summarylogtreecommitdiffstats
path: root/utf8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.patch')
-rw-r--r--utf8.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/utf8.patch b/utf8.patch
new file mode 100644
index 000000000000..e5d0dfb2a4be
--- /dev/null
+++ b/utf8.patch
@@ -0,0 +1,16 @@
+Description: Build with g++'s new utf8.h
+Author: Stephen Kitt <skitt@debian.org>
+
+--- a/src/helpers/utf8.h
++++ b/src/helpers/utf8.h
+@@ -18,8 +18,8 @@
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ =============================================================================*/
+
+-#ifndef __UTF8_H__
+-#define __UTF8_H__
++#ifndef __XMOTO_UTF8_H__
++#define __XMOTO_UTF8_H__
+
+ #include <vector>
+ #include <string>