aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/libxcb/remove_pthread_stubs.patch
blob: 1f32dea527e2541df73d3ccaf7881f339492eeb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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