summaryrefslogtreecommitdiff
path: root/pcr/mesa-vanilla/remove-libpthread-stubs.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-14 17:06:32 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-14 18:39:31 -0300
commit82edcbfff1096faf49d50a776da1f8e2a9e7ddb8 (patch)
tree274df9b76d74ac822bc8a3e045df1fe6db590f3c /pcr/mesa-vanilla/remove-libpthread-stubs.patch
parent3d3a474da8d62bd6fb40ff1dbc3f93ee8e2c930a (diff)
downloadabslibre-82edcbfff1096faf49d50a776da1f8e2a9e7ddb8.tar.gz
abslibre-82edcbfff1096faf49d50a776da1f8e2a9e7ddb8.tar.bz2
abslibre-82edcbfff1096faf49d50a776da1f8e2a9e7ddb8.zip
mesa-vanilla: add new package to [pcr]
Diffstat (limited to 'pcr/mesa-vanilla/remove-libpthread-stubs.patch')
-rw-r--r--pcr/mesa-vanilla/remove-libpthread-stubs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/mesa-vanilla/remove-libpthread-stubs.patch b/pcr/mesa-vanilla/remove-libpthread-stubs.patch
new file mode 100644
index 000000000..efe8aaddd
--- /dev/null
+++ b/pcr/mesa-vanilla/remove-libpthread-stubs.patch
@@ -0,0 +1,13 @@
+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"
+ ;;
+ * )