summarylogtreecommitdiffstats
path: root/utf8.patch
diff options
context:
space:
mode:
authorsoloturn2019-01-02 21:53:14 +0100
committersoloturn2019-01-02 21:59:01 +0100
commit23ccd2242828f38449bb40ec18e400095e68d1b0 (patch)
treebb4ff22632b27eae52740a656099d9b43e238042 /utf8.patch
downloadaur-23ccd2242828f38449bb40ec18e400095e68d1b0.tar.gz
restore xmoto from ABS, update to new gcc
xmoto was deleted from ABS, restore it from: https://git.archlinux.org/svntogit/community.git/tree/xmoto/repos/community-x86_64?id=3c59fdc5b185fa18af9fe6912d52ba215b57c80a to build with the newest environment, copy gcc-7 and utf patch from debian master.
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>