summarylogtreecommitdiffstats
path: root/utf8.patch
diff options
context:
space:
mode:
authorsoloturn2020-05-31 12:42:33 +0200
committersoloturn2020-06-01 09:26:28 +0200
commit3736f2f2fc081da9e770eec341b4993638a7f400 (patch)
tree60213c6515d6d4a21dabb098ea2cafe02fa21d03 /utf8.patch
parent23ccd2242828f38449bb40ec18e400095e68d1b0 (diff)
downloadaur-3736f2f2fc081da9e770eec341b4993638a7f400.tar.gz
upgrade to xmoto-0.6.0
Diffstat (limited to 'utf8.patch')
-rw-r--r--utf8.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/utf8.patch b/utf8.patch
deleted file mode 100644
index e5d0dfb2a4be..000000000000
--- a/utf8.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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>