summaryrefslogtreecommitdiffstats
path: root/testing/kdesdk/not-glibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kdesdk/not-glibc.patch')
-rw-r--r--testing/kdesdk/not-glibc.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/kdesdk/not-glibc.patch b/testing/kdesdk/not-glibc.patch
deleted file mode 100644
index 646efb4f9..000000000
--- a/testing/kdesdk/not-glibc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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)