mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
40d2bddd01
* gnu/packages/games.scm (xmoto): New variable. * gnu/packages/patches/xmoto-remove-glext.patch: New file. * gnu/packages/patches/xmoto-reproducible.patch: New file. * gnu/packages/patches/xmoto-utf8.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference new files.
16 lines
440 B
Diff
16 lines
440 B
Diff
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>
|