summaryrefslogtreecommitdiffstats
path: root/unmaintained/kdesdk/not-glibc.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2014-02-08 16:06:54 +0100
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2014-02-08 16:06:54 +0100
commit32a6e9f51d5f30bcf7ef8d4cd749432141e12414 (patch)
tree6d069a35fee6ad870d999eaaf9eb54d2f88e7744 /unmaintained/kdesdk/not-glibc.patch
parent18c0c7d2102de745ee647eb8306193f2e44d00a8 (diff)
downloadaports-32a6e9f51d5f30bcf7ef8d4cd749432141e12414.tar.bz2
aports-32a6e9f51d5f30bcf7ef8d4cd749432141e12414.tar.xz
testing/kdesdk: move to unmaintained
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)