From 1bff258e44b63c1c532f922cf6d80a8f364e2889 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Fri, 8 May 2009 16:20:13 +0200 Subject: llvm2.6-native 2.5+svnr20090504: New recipe. llvm2.6 2.5+svnr20090504: New recipe. --- recipes/llvm/llvm2.6/llvm-fix-pthreads_h.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/llvm/llvm2.6/llvm-fix-pthreads_h.patch (limited to 'recipes/llvm/llvm2.6/llvm-fix-pthreads_h.patch') diff --git a/recipes/llvm/llvm2.6/llvm-fix-pthreads_h.patch b/recipes/llvm/llvm2.6/llvm-fix-pthreads_h.patch new file mode 100644 index 0000000000..6f17b850f6 --- /dev/null +++ b/recipes/llvm/llvm2.6/llvm-fix-pthreads_h.patch @@ -0,0 +1,14 @@ +Index: include/llvm/Config/config.h.cmake +=================================================================== +--- include/llvm/Config/config.h.cmake (Revision 71077) ++++ include/llvm/Config/config.h.cmake (Arbeitskopie) +@@ -276,6 +276,9 @@ + /* Define to have the %a format string */ + #undef HAVE_PRINTF_A + ++/* Have pthread.h */ ++#cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H} ++ + /* Have pthread_mutex_lock */ + #cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK} + -- cgit v1.2.3