summaryrefslogtreecommitdiffstats
path: root/unmaintained/kdesdk/not-glibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/kdesdk/not-glibc.patch')
-rw-r--r--unmaintained/kdesdk/not-glibc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/unmaintained/kdesdk/not-glibc.patch b/unmaintained/kdesdk/not-glibc.patch
new file mode 100644
index 000000000..646efb4f9
--- /dev/null
+++ b/unmaintained/kdesdk/not-glibc.patch
@@ -0,0 +1,12 @@
+--- kdesdk-4.6.3.orig/CMakeLists.txt
++++ kdesdk-4.6.3/CMakeLists.txt
+@@ -71,9 +71,7 @@
+ #include <stdlib.h>
+
+ int main() {
+-#ifndef __GLIBC__
+ choke me
+-#endif
+ return 0;
+ }" LIBC_IS_GLIBC)
+ if (LIBC_IS_GLIBC)