From: tobtoht Date: Thu, 21 Sep 2023 06:12:33 +0000 (+0200) Subject: depends: libxcb: fix patch X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=9c57ac7488433ffef1eaecf82e9ed07c5256f090;p=gamesguru%2Ffeather.git depends: libxcb: fix patch --- diff --git a/contrib/depends/patches/libxcb/remove_pthread_stubs.patch b/contrib/depends/patches/libxcb/remove_pthread_stubs.patch index d6eb83b4..2d22a9e2 100644 --- a/contrib/depends/patches/libxcb/remove_pthread_stubs.patch +++ b/contrib/depends/patches/libxcb/remove_pthread_stubs.patch @@ -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