summaryrefslogtreecommitdiff
path: root/libre-multilib/lib32-mesa/remove-libpthread-stubs.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-16 09:30:24 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-16 09:30:24 -0500
commita0fe2d08306f7f04712f9c2adc69edf57c8a9af6 (patch)
treefd27f5f7f5d96d6092bceb7ec6c0798fb2be7091 /libre-multilib/lib32-mesa/remove-libpthread-stubs.patch
parent1d1f6c55115e74c1b181bec1e37f0cee045cd2af (diff)
downloadabslibre-a0fe2d08306f7f04712f9c2adc69edf57c8a9af6.tar.gz
abslibre-a0fe2d08306f7f04712f9c2adc69edf57c8a9af6.tar.bz2
abslibre-a0fe2d08306f7f04712f9c2adc69edf57c8a9af6.zip
Removing lib32-mesa
Diffstat (limited to 'libre-multilib/lib32-mesa/remove-libpthread-stubs.patch')
-rw-r--r--libre-multilib/lib32-mesa/remove-libpthread-stubs.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre-multilib/lib32-mesa/remove-libpthread-stubs.patch b/libre-multilib/lib32-mesa/remove-libpthread-stubs.patch
deleted file mode 100644
index efe8aaddd..000000000
--- a/libre-multilib/lib32-mesa/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"
- ;;
- * )