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