diff options
author | Robert Schuster <thebohemian@gmx.net> | 2009-05-14 11:30:30 +0200 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2009-05-14 11:30:30 +0200 |
commit | 5c5e0a1bc249a49514809462e0c921a9afce2217 (patch) | |
tree | 559149bf9c11a112fc37d2eeb6a95fa3a9e2e660 /recipes | |
parent | 940735573beae44c33fac741fe0635f08e2b32b8 (diff) |
cacao: Added missing patch.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/cacao/files/cacao-disable-stackbase-check.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/cacao/files/cacao-disable-stackbase-check.patch b/recipes/cacao/files/cacao-disable-stackbase-check.patch new file mode 100644 index 0000000000..8eb20894d4 --- /dev/null +++ b/recipes/cacao/files/cacao-disable-stackbase-check.patch @@ -0,0 +1,12 @@ +Index: cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c +=================================================================== +--- cacao-0.99.3+hg20090109.orig/src/mm/boehm-gc/os_dep.c 2009-02-15 16:29:15.000000000 +0100 ++++ cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c 2009-02-15 16:29:24.000000000 +0100 +@@ -1077,7 +1077,6 @@ + c = stat_buf[buf_offset++]; + } + close(f); +- if (result < 0x10000000) ABORT("Absurd stack bottom value"); + return (ptr_t)result; + } + |