aports/testing/kdesdk/not-glibc.patch
2011-05-10 12:11:59 -05:00

13 lines
215 B
Diff

--- 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)