summarylogtreecommitdiffstats
path: root/libxcb-1.1-no-pthread-stubs.patch
diff options
context:
space:
mode:
authorFantix King2012-09-23 12:05:07 +0800
committerFantix King2015-11-13 13:56:14 +0800
commitfbe33048cf17bbba84f0cfbc813e0722b4529335 (patch)
treecdee1a0c405d5c21e3cf52b3270f686b8b5cc084 /libxcb-1.1-no-pthread-stubs.patch
downloadaur-fbe33048cf17bbba84f0cfbc813e0722b4529335.tar.gz
1.8.1-2.1
Diffstat (limited to 'libxcb-1.1-no-pthread-stubs.patch')
-rw-r--r--libxcb-1.1-no-pthread-stubs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libxcb-1.1-no-pthread-stubs.patch b/libxcb-1.1-no-pthread-stubs.patch
new file mode 100644
index 000000000000..8e8162f0af7c
--- /dev/null
+++ b/libxcb-1.1-no-pthread-stubs.patch
@@ -0,0 +1,11 @@
+--- libxcb-1.8.1/configure.ac 2012-03-09 15:38:38.000000000 +0100
++++ libxcb-1.8.1/configure.ac.new 2012-03-09 16:50:40.107109896 +0100
+@@ -35,7 +35,7 @@
+
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.7)
+-NEEDED="pthread-stubs xau >= 0.99.2"
++NEEDED="xau >= 0.99.2"
+ PKG_CHECK_MODULES(NEEDED, $NEEDED)
+
+ have_xdmcp="no"