diff options
author | joerg <joerg@pkgsrc.org> | 2010-09-10 19:13:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-09-10 19:13:52 +0000 |
commit | 60ed350fe4fc7ccd329d0ee13d840443491974c8 (patch) | |
tree | e0547709e7ea7bb4f007b45bb037c48a9378dcd7 /x11/libxcb | |
parent | 80fede1d3a6a6c4994f73fd1651bee2b63f6d64a (diff) | |
download | pkgsrc-60ed350fe4fc7ccd329d0ee13d840443491974c8.tar.gz |
Add missing patch from last commit.
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/libxcb/patches/patch-aa b/x11/libxcb/patches/patch-aa new file mode 100644 index 00000000000..490ceaacbe5 --- /dev/null +++ b/x11/libxcb/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2010/09/10 19:13:52 joerg Exp $ + +--- configure.orig 2010-09-06 16:16:29.000000000 +0000 ++++ configure +@@ -11827,7 +11827,7 @@ else + $as_echo "yes" >&6; } + + fi +-NEEDED="pthread-stubs xau >= 0.99.2" ++NEEDED="xau >= 0.99.2" + + pkg_failed=no + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for NEEDED" >&5 |