From 33d41acb4318bd395f6b57ddc14ab27767ca06aa Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 15 May 2010 19:13:45 +0000 Subject: main/boost: moved from testing abiword needs it --- testing/boost/boost-uclibc-thread.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 testing/boost/boost-uclibc-thread.patch (limited to 'testing/boost/boost-uclibc-thread.patch') diff --git a/testing/boost/boost-uclibc-thread.patch b/testing/boost/boost-uclibc-thread.patch deleted file mode 100644 index e9e6b79e10..0000000000 --- a/testing/boost/boost-uclibc-thread.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libs/thread/src/pthread/thread.cpp.orig -+++ ./libs/thread/src/pthread/thread.cpp -@@ -380,7 +380,7 @@ - { - #if defined(PTW32_VERSION) || defined(__hpux) - return pthread_num_processors_np(); --#elif defined(_GNU_SOURCE) -+#elif defined(_GNU_SOURCE) && !defined(__UCLIBC__) - return get_nprocs(); - #elif defined(__APPLE__) || defined(__FreeBSD__) - int count; -- cgit v1.2.3