From 7731ffd35ca950156fce25ea96869b8a1dfa60b0 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 21 Sep 2023 08:12:33 +0200 Subject: [PATCH] depends: libxcb: fix patch --- contrib/depends/patches/libxcb/remove_pthread_stubs.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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