summaryrefslogtreecommitdiffstats
path: root/testing/kdesdk/not-glibc.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-05-10 12:11:59 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-05-10 12:11:59 -0500
commit13658f193f843947e8825cf8acf9fa95f7287b56 (patch)
tree0f769349336e481e85015be5c863d21b59e21057 /testing/kdesdk/not-glibc.patch
parentcf86b2d5c728f06fe1cb8aa2f9bf9d7db2077172 (diff)
downloadaports-13658f193f843947e8825cf8acf9fa95f7287b56.tar.bz2
aports-13658f193f843947e8825cf8acf9fa95f7287b56.tar.xz
testing/kdesdk: new aport
Diffstat (limited to 'testing/kdesdk/not-glibc.patch')
-rw-r--r--testing/kdesdk/not-glibc.patch12
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)