feather/contrib/depends/patches/libxcb/remove_pthread_stubs.patch

13 lines
285 B
Diff
Raw Normal View History

2022-12-23 15:43:34 +00:00
Remove uneeded pthread-stubs dependency
--- a/configure
+++ b/configure
2023-09-21 06:12:33 +00:00
@@ -20827,7 +20827,7 @@ fi
2022-12-23 15:43:34 +00:00
NEEDED="xau >= 0.99.2"
case $host_os in
2023-09-21 06:12:33 +00:00
linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;
2022-12-23 15:43:34 +00:00
- *) NEEDED="$NEEDED pthread-stubs" ;;
+ *) NEEDED="$NEEDED" ;;
esac
2023-09-21 06:12:33 +00:00
pkg_failed=no