create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
--- base/gdevplib.c.orig 2012-08-08 08:01:36 UTC
+++ base/gdevplib.c
@@ -153,7 +153,11 @@ void __aebi_memmove(void *dest, const vo
#ifdef TESTING_WITH_NO_BAND_DONOR
+#if !defined(__FreeBSD__) && !defined(__DragonFly__)
#include <malloc.h>
+#else
+#include <stdlib.h>
+#endif
static void *my_buffer;