blob: 646efb4f92d993d207b875e309039919c1e20fe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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)
|