diff options
author | fanquake <fanquake@gmail.com> | 2022-07-29 13:47:54 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-07-29 14:02:23 +0100 |
commit | 8f1ff487b3df6f3e4cb53f88045a32ea4fbc0839 (patch) | |
tree | 6a1981a18123636ae0404eede1f834c9a88db0b3 /depends/patches/libxcb/remove_pthread_stubs.patch | |
parent | 1abbae65eb9c99df5d8941008068d83ad99bf117 (diff) |
libxcb: use a patch instead of sed
To remove the unneeded pthread-stubs requirements.
Diffstat (limited to 'depends/patches/libxcb/remove_pthread_stubs.patch')
-rw-r--r-- | depends/patches/libxcb/remove_pthread_stubs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/depends/patches/libxcb/remove_pthread_stubs.patch b/depends/patches/libxcb/remove_pthread_stubs.patch new file mode 100644 index 0000000000..1f32dea527 --- /dev/null +++ b/depends/patches/libxcb/remove_pthread_stubs.patch @@ -0,0 +1,12 @@ +Remove uneeded pthread-stubs dependency +--- a/configure ++++ b/configure +@@ -19695,7 +19695,7 @@ fi + NEEDED="xau >= 0.99.2" + case $host_os in + linux*) ;; +- *) NEEDED="$NEEDED pthread-stubs" ;; ++ *) NEEDED="$NEEDED" ;; + esac + + pkg_failed=no |