pantry/projects/x.org/xcb/configure.patch
Max Howell b6008b4c24 +x.org/xcb
Closes #201
2023-03-15 17:46:12 -04:00

13 lines
275 B
Diff

diff --git a/configure b/configure
index 2503d4b..0c36685 100755
--- a/configure
+++ b/configure
@@ -20662,7 +20662,7 @@ printf "%s\n" "yes" >&6; }
fi
NEEDED="xau >= 0.99.2"
case $host_os in
-linux*) ;;
+linux*|darwin*) ;;
*) NEEDED="$NEEDED pthread-stubs" ;;
esac