aboutsummaryrefslogtreecommitdiffstats
path: root/testing/neko/compilation-fixes.patch
diff options
context:
space:
mode:
authorAndy Li <andy@onthewings.net>2017-12-28 14:54:22 +0800
committerWilliam Pitcock <nenolod@dereferenced.org>2017-12-28 21:28:53 +0000
commitd6970b81c740d31c990195628e68a736bc97b5b2 (patch)
treea7e1824e4d91376f902799c2062b2e39573c9fe3 /testing/neko/compilation-fixes.patch
parenteb263356048d467ca4c006071332756b49c95877 (diff)
downloadaports-d6970b81c740d31c990195628e68a736bc97b5b2.tar.bz2
aports-d6970b81c740d31c990195628e68a736bc97b5b2.tar.xz
testing/neko: upgrade to 2.2.0
Diffstat (limited to 'testing/neko/compilation-fixes.patch')
-rw-r--r--testing/neko/compilation-fixes.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/neko/compilation-fixes.patch b/testing/neko/compilation-fixes.patch
deleted file mode 100644
index 666c017be1..0000000000
--- a/testing/neko/compilation-fixes.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/libs/std/sys.c b/libs/std/sys.c
-index 8003d41..fc59b01 100644
---- a/libs/std/sys.c
-+++ b/libs/std/sys.c
-@@ -41,7 +41,6 @@
- # include <sys/time.h>
- # include <sys/times.h>
- # include <sys/wait.h>
--# include <xlocale.h>
- #endif
-
- #ifdef NEKO_MAC
-diff --git a/vm/module.c b/vm/module.c
-index 7f857af..34afa52 100644
---- a/vm/module.c
-+++ b/vm/module.c
-@@ -34,6 +34,10 @@ DEFINE_KIND(neko_kind_module);
- #ifdef NEKO_BSD
- # include <sys/endian.h>
- #endif
-+#ifdef __GNUC__
-+# include <endian.h>
-+#define BYTE_ORDER __BYTE_ORDER
-+#endif
- #ifndef LITTLE_ENDIAN
- # define LITTLE_ENDIAN 1
- #endif