diff --git a/contrib/depends/patches/libxcb/remove_pthread_stubs.patch b/contrib/depends/patches/libxcb/remove_pthread_stubs.patch index d6eb83b..2d22a9e 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