aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/libxcb/remove_pthread_stubs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'depends/patches/libxcb/remove_pthread_stubs.patch')
-rw-r--r--depends/patches/libxcb/remove_pthread_stubs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/depends/patches/libxcb/remove_pthread_stubs.patch b/depends/patches/libxcb/remove_pthread_stubs.patch
new file mode 100644
index 0000000000..1f32dea527
--- /dev/null
+++ b/depends/patches/libxcb/remove_pthread_stubs.patch
@@ -0,0 +1,12 @@
+Remove uneeded pthread-stubs dependency
+--- a/configure
++++ b/configure
+@@ -19695,7 +19695,7 @@ fi
+ NEEDED="xau >= 0.99.2"
+ case $host_os in
+ linux*) ;;
+- *) NEEDED="$NEEDED pthread-stubs" ;;
++ *) NEEDED="$NEEDED" ;;
+ esac
+
+ pkg_failed=no