summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-05 15:45:08 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-05 15:48:04 +0200
commit187f49438669bf0662d88fe55b688a533e9e3645 (patch)
treefa1671ceaa297847d9f627cbc6c6f1bf83a7303c /dev-libs/libjit/files
parentmedia-sound/pianobooster: Remove last-rited pkg, #513416 (diff)
downloadgentoo-187f49438669bf0662d88fe55b688a533e9e3645.tar.gz
gentoo-187f49438669bf0662d88fe55b688a533e9e3645.tar.bz2
gentoo-187f49438669bf0662d88fe55b688a533e9e3645.zip
dev-libs/libjit: Remove last-rited pkg, #594384
Diffstat (limited to 'dev-libs/libjit/files')
-rw-r--r--dev-libs/libjit/files/libjit-0.1.2-gcc43.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/libjit/files/libjit-0.1.2-gcc43.patch b/dev-libs/libjit/files/libjit-0.1.2-gcc43.patch
deleted file mode 100644
index e264b38bf2ef..000000000000
--- a/dev-libs/libjit/files/libjit-0.1.2-gcc43.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libjit-0.1.2.orig/tools/gen-apply.c 2008/11/23 09:15:25 1.20
-+++ libjit-0.1.2/tools/gen-apply.c 2009/01/30 19:46:01 1.21
-@@ -959,7 +959,7 @@
- void run_detect_struct_##n(void) \
- { \
- jit_nint *args; \
-- jit_nint stack[1]; \
-+ volatile jit_nint stack[1]; \
- jit_nint buffer[64 / sizeof(jit_nint)]; \
- void *apply_return; \
- jit_builtin_apply_args(jit_nint *, args); \