summarylogtreecommitdiffstats
path: root/libxcb-1.1-no-pthread-stubs.patch
diff options
context:
space:
mode:
authorFantix King2014-07-28 18:51:43 +0800
committerFantix King2015-11-13 13:56:30 +0800
commit8938ca5d642f4f56febc1715d0a6fb09bbfc38f1 (patch)
treeaa9cfbd48407745df96469302a2bf4c5b7e2809f /libxcb-1.1-no-pthread-stubs.patch
parentbc45a908abfd0f35f89148d768f5aef4784333f9 (diff)
downloadaur-8938ca5d642f4f56febc1715d0a6fb09bbfc38f1.tar.gz
1.10-3
Diffstat (limited to 'libxcb-1.1-no-pthread-stubs.patch')
-rw-r--r--libxcb-1.1-no-pthread-stubs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxcb-1.1-no-pthread-stubs.patch b/libxcb-1.1-no-pthread-stubs.patch
index 8e8162f0af7c..52c22ab7ecda 100644
--- a/libxcb-1.1-no-pthread-stubs.patch
+++ b/libxcb-1.1-no-pthread-stubs.patch
@@ -1,9 +1,9 @@
--- 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 @@
+@@ -43,7 +43,7 @@
# Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.7)
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.10)
-NEEDED="pthread-stubs xau >= 0.99.2"
+NEEDED="xau >= 0.99.2"
PKG_CHECK_MODULES(NEEDED, $NEEDED)