mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 09:17:36 +00:00
depends: libxcb: fix patch
This commit is contained in:
parent
64286e8c13
commit
7731ffd35c
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue