]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
depends: libxcb: fix patch
authortobtoht <tob@featherwallet.org>
Thu, 21 Sep 2023 06:12:33 +0000 (08:12 +0200)
committertobtoht <tob@featherwallet.org>
Thu, 21 Sep 2023 11:15:55 +0000 (13:15 +0200)
contrib/depends/patches/libxcb/remove_pthread_stubs.patch

index d6eb83b4d5462b9c6e62770ece4f83967d352e05..2d22a9e2fea55ac12cc834d63982528d3ebaf41a 100644 (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
\ No newline at end of file
+ pkg_failed=no