Skip to content

Commit

Permalink
depends: libxcb: fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Sep 21, 2023
1 parent 64286e8 commit 7731ffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/depends/patches/libxcb/remove_pthread_stubs.patch
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7731ffd

Please sign in to comment.