summaryrefslogtreecommitdiff
path: root/libre/mesa/remove-libpthread-stubs.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-17 08:52:14 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-17 08:53:08 -0300
commitf92a51cbbccfde62b92059463dc421486b6a5b0b (patch)
treee8e5b9e23be40ad7bd81f21895d42c651e750a6c /libre/mesa/remove-libpthread-stubs.patch
parent658d55fb290ff147b121b97c11928946b2365623 (diff)
downloadabslibre-f92a51cbbccfde62b92059463dc421486b6a5b0b.tar.gz
abslibre-f92a51cbbccfde62b92059463dc421486b6a5b0b.tar.bz2
abslibre-f92a51cbbccfde62b92059463dc421486b6a5b0b.zip
add mesa package to [libre] and remove mesa-{git,vanilla}
Diffstat (limited to 'libre/mesa/remove-libpthread-stubs.patch')
-rw-r--r--libre/mesa/remove-libpthread-stubs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/mesa/remove-libpthread-stubs.patch b/libre/mesa/remove-libpthread-stubs.patch
new file mode 100644
index 000000000..efe8aaddd
--- /dev/null
+++ b/libre/mesa/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"
+ ;;
+ * )