summaryrefslogtreecommitdiff
path: root/games/supertux/patches
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-09-14 16:24:26 +0000
committermaya <maya@pkgsrc.org>2016-09-14 16:24:26 +0000
commit900bbb885afa9dddb0cb809c2c2d4be057a6d7d7 (patch)
tree4065078a353238be1718e663d86a7c562f64a47f /games/supertux/patches
parent2185c284c413628f1211be263833cafd65eda74e (diff)
downloadpkgsrc-900bbb885afa9dddb0cb809c2c2d4be057a6d7d7.tar.gz
Add package supertux from pkgsrc-wip
SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games.
Diffstat (limited to 'games/supertux/patches')
-rw-r--r--games/supertux/patches/patch-external_tinygettext_include_tinygettext_iconv.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/supertux/patches/patch-external_tinygettext_include_tinygettext_iconv.hpp b/games/supertux/patches/patch-external_tinygettext_include_tinygettext_iconv.hpp
new file mode 100644
index 00000000000..9b0b6fd44a7
--- /dev/null
+++ b/games/supertux/patches/patch-external_tinygettext_include_tinygettext_iconv.hpp
@@ -0,0 +1,15 @@
+$NetBSD: patch-external_tinygettext_include_tinygettext_iconv.hpp,v 1.1 2016/09/14 16:24:26 maya Exp $
+
+Fix ICONV_CONST lack of definition.
+
+--- external/tinygettext/include/tinygettext/iconv.hpp.orig 2015-12-20 14:56:35.000000000 +0000
++++ external/tinygettext/include/tinygettext/iconv.hpp
+@@ -45,6 +45,8 @@
+ # define tinygettext_iconv_close iconv_close
+ #endif
+
++#define ICONV_CONST const
++
+ namespace tinygettext {
+
+ class IConv