summaryrefslogtreecommitdiff
path: root/libre-multilib/lib32-mesa-libcl/remove-libpthread-stubs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre-multilib/lib32-mesa-libcl/remove-libpthread-stubs.patch')
-rw-r--r--libre-multilib/lib32-mesa-libcl/remove-libpthread-stubs.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre-multilib/lib32-mesa-libcl/remove-libpthread-stubs.patch b/libre-multilib/lib32-mesa-libcl/remove-libpthread-stubs.patch
deleted file mode 100644
index efe8aaddd..000000000
--- a/libre-multilib/lib32-mesa-libcl/remove-libpthread-stubs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 54416b4..8a708d3 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -824,7 +824,7 @@ test -z "$PTHREAD_LIBS" && PTHREAD_LIBS="-lpthread"
-
- dnl pthread-stubs is mandatory on targets where it exists
- case "$host_os" in
--cygwin* )
-+cygwin* | linux* )
- pthread_stubs_possible="no"
- ;;
- * )