summaryrefslogtreecommitdiffstats
path: root/abs/core/mesa/remove-libpthread-stubs.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-06-07 21:01:09 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-06-07 21:01:09 (GMT)
commit16d4d6268e749161516b7ea3149bd8ae11134326 (patch)
treef771fbefea2dea2c7d3cdb0e9b35fa69731c53b3 /abs/core/mesa/remove-libpthread-stubs.patch
parent092fbc5206087dd046ba1619fa7f053d712b825f (diff)
downloadlinhes_pkgbuild-16d4d6268e749161516b7ea3149bd8ae11134326.zip
linhes_pkgbuild-16d4d6268e749161516b7ea3149bd8ae11134326.tar.gz
linhes_pkgbuild-16d4d6268e749161516b7ea3149bd8ae11134326.tar.bz2
mesa: update to 17.1.2
Diffstat (limited to 'abs/core/mesa/remove-libpthread-stubs.patch')
-rw-r--r--abs/core/mesa/remove-libpthread-stubs.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/abs/core/mesa/remove-libpthread-stubs.patch b/abs/core/mesa/remove-libpthread-stubs.patch
deleted file mode 100644
index efe8aad..0000000
--- a/abs/core/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"
- ;;
- * )