diff options
author | joerg <joerg> | 2010-09-10 19:13:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-09-10 19:13:52 +0000 |
commit | d74adb9ae9aa8d3ec10a89f59b276b99ee22ee59 (patch) | |
tree | e0547709e7ea7bb4f007b45bb037c48a9378dcd7 | |
parent | 17f8cd7abcf514637d8051e52a06553f6fc97371 (diff) | |
download | pkgsrc-d74adb9ae9aa8d3ec10a89f59b276b99ee22ee59.tar.gz |
Add missing patch from last commit.
-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 |