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

15 lines
358 B
Diff
Raw Normal View History

2022-12-23 15:43:34 +00:00
Remove uneeded pthread-stubs dependency
2024-03-03 14:43:35 +00:00
diff --git a/configure b/configure
index 969e8ac..0ab13c7 100755
2022-12-23 15:43:34 +00:00
--- a/configure
+++ b/configure
2024-03-03 14:43:35 +00:00
@@ -21483,7 +21483,7 @@ fi
2022-12-23 15:43:34 +00:00
NEEDED="xau >= 0.99.2"
case $host_os in
2024-03-03 14:43:35 +00:00
linux*|darwin*|solaris*|dragonfly*|freebsd*|netbsd*) ;;
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