bitcoin/depends/patches/libxcb/remove_pthread_stubs.patch
Hennadii Stepanov 2ebf4356e6
depends: libxcb 1.17.0
--without-launchd was removed in
ccdef1a8a5.
2025-11-20 10:15:46 +00:00

13 lines
293 B
Diff

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