diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 08:27:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 08:27:22 +0200 |
commit | 689eeea041c084d53a253db342012e3e98d1df45 (patch) | |
tree | f5529b3f79b257692f8c0978249992a7f8947576 /package/cacaovm/patches | |
parent | 85563273c27dadb9fc7856fcb3311c5d288564b0 (diff) |
remove broken packages
Diffstat (limited to 'package/cacaovm/patches')
-rw-r--r-- | package/cacaovm/patches/patch-src_cacaoh_headers_c | 14 | ||||
-rw-r--r-- | package/cacaovm/patches/patch-src_threads_posix_thread-posix_h | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/package/cacaovm/patches/patch-src_cacaoh_headers_c b/package/cacaovm/patches/patch-src_cacaoh_headers_c deleted file mode 100644 index 0e1ca0923..000000000 --- a/package/cacaovm/patches/patch-src_cacaoh_headers_c +++ /dev/null @@ -1,14 +0,0 @@ ---- cacao-0.99.4.orig/src/cacaoh/headers.c 2008-08-04 18:51:28.000000000 +0200 -+++ cacao-0.99.4/src/cacaoh/headers.c 2011-03-26 20:11:11.000000000 +0100 -@@ -35,8 +35,10 @@ - #if defined(ENABLE_THREADS) - # if defined(__DARWIN__) - # include <signal.h> -+# include <sys/ucontext.h> -+# else -+# include <ucontext.h> - # endif --# include <ucontext.h> - #endif - - #include "mm/gc-common.h" diff --git a/package/cacaovm/patches/patch-src_threads_posix_thread-posix_h b/package/cacaovm/patches/patch-src_threads_posix_thread-posix_h deleted file mode 100644 index fc43526fb..000000000 --- a/package/cacaovm/patches/patch-src_threads_posix_thread-posix_h +++ /dev/null @@ -1,14 +0,0 @@ ---- cacao-0.99.4.orig/src/threads/posix/thread-posix.h 2008-08-04 18:51:28.000000000 +0200 -+++ cacao-0.99.4/src/threads/posix/thread-posix.h 2011-03-26 20:12:13.000000000 +0100 -@@ -34,7 +34,11 @@ typedef struct threadobject threadobject - #include "config.h" - - #include <pthread.h> -+#if defined(__DARWIN__) -+#include <sys/ucontext.h> -+#else - #include <ucontext.h> -+#endif - - #include "vm/types.h" - |