diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-08 20:37:59 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-08 20:37:59 +0200 |
commit | 0154753b4432ab9ea89ce4efbaa4462fab5b1fba (patch) | |
tree | c7010780da4e12fa6e6d6e0fced00b6a75844db2 /mesa-nowayland/remove-libpthread-stubs.patch | |
parent | Update libkeccak-musl to version 1.4.2 (diff) | |
download | aur-packages-0154753b4432ab9ea89ce4efbaa4462fab5b1fba.tar.gz aur-packages-0154753b4432ab9ea89ce4efbaa4462fab5b1fba.tar.bz2 aur-packages-0154753b4432ab9ea89ce4efbaa4462fab5b1fba.tar.xz |
cleanup
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | mesa-nowayland/remove-libpthread-stubs.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mesa-nowayland/remove-libpthread-stubs.patch b/mesa-nowayland/remove-libpthread-stubs.patch deleted file mode 100644 index efe8aad..0000000 --- a/mesa-nowayland/remove-libpthread-stubs.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 54416b4..8a708d3 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -824,7 +824,7 @@ test -z "$PTHREAD_LIBS" && PTHREAD_LIBS="-lpthread" - - dnl pthread-stubs is mandatory on targets where it exists - case "$host_os" in --cygwin* ) -+cygwin* | linux* ) - pthread_stubs_possible="no" - ;; - * ) |