depends: libxcb: fix patch

This commit is contained in:
tobtoht 2023-09-21 08:12:33 +02:00
parent 64286e8c13
commit 7731ffd35c
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -1,12 +1,12 @@
Remove uneeded pthread-stubs dependency
--- a/configure
+++ b/configure
@@ -19695,7 +19695,7 @@ fi
@@ -20827,7 +20827,7 @@ fi
NEEDED="xau >= 0.99.2"
case $host_os in
linux*) ;;
linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;
- *) NEEDED="$NEEDED pthread-stubs" ;;
+ *) NEEDED="$NEEDED" ;;
esac
pkg_failed=no
pkg_failed=no