aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lldb/lldb-3.8-alpine.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-22 00:33:33 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-04-22 00:33:33 +0200
commit3e6b048a80d45b50711ddbffb3f39ff74f28a783 (patch)
tree52c86d1540cc6752bd58f1f6d608179688bc8baa /testing/lldb/lldb-3.8-alpine.patch
parent1f34f688c9152be01b58ef34bd17e73fda3c7cd4 (diff)
downloadaports-3e6b048a80d45b50711ddbffb3f39ff74f28a783.tar.bz2
aports-3e6b048a80d45b50711ddbffb3f39ff74f28a783.tar.xz
unmaintained/lldb: move from testing
This abuild is unmaintained, poorly written and I encountered issues when trying to upgrade it to 4.0.0 and build against LLVM 4.0.0.
Diffstat (limited to 'testing/lldb/lldb-3.8-alpine.patch')
-rw-r--r--testing/lldb/lldb-3.8-alpine.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/lldb/lldb-3.8-alpine.patch b/testing/lldb/lldb-3.8-alpine.patch
deleted file mode 100644
index 97c56fd026..0000000000
--- a/testing/lldb/lldb-3.8-alpine.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/include/lldb/Host/android/Android.h b/include/lldb/Host/android/Android.h
-index 8efc1a5..6e38d0d 100644
---- a/include/lldb/Host/android/Android.h
-+++ b/include/lldb/Host/android/Android.h
-@@ -15,7 +15,9 @@
- #include <errno.h>
-
- #define _isatty isatty
-+#ifndef SYS_tgkill
- #define SYS_tgkill __NR_tgkill
-+#endif
-
- namespace std
- {
-diff --git a/include/lldb/Host/linux/Ptrace.h b/include/lldb/Host/linux/Ptrace.h
-index b28bb37..3b70602 100644
---- a/include/lldb/Host/linux/Ptrace.h
-+++ b/include/lldb/Host/linux/Ptrace.h
-@@ -14,7 +14,7 @@
-
- #include <sys/ptrace.h>
-
--#ifdef __ANDROID_NDK__
-+#ifndef __GLIBC__
- #define PT_DETACH PTRACE_DETACH
- typedef int __ptrace_request;
- #endif