summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-04-11 21:37:37 +0000
committerWilliam Hubbs <williamh@gentoo.org>2011-04-11 21:37:37 +0000
commit1524213203f32ccec055b6ba968fe6c52fa4a834 (patch)
tree10133c100169c39fc21b40ad05afb5e19ff38c72 /app-accessibility/brltty/files
parentFixed up init script a bit (diff)
downloadhistorical-1524213203f32ccec055b6ba968fe6c52fa4a834.tar.gz
historical-1524213203f32ccec055b6ba968fe6c52fa4a834.tar.bz2
historical-1524213203f32ccec055b6ba968fe6c52fa4a834.zip
apply patch from upstream for #362857.
Package-Manager: portage-2.2.0_alpha29/cvs/Linux i686
Diffstat (limited to 'app-accessibility/brltty/files')
-rw-r--r--app-accessibility/brltty/files/brltty-4.2-fix-a2.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-accessibility/brltty/files/brltty-4.2-fix-a2.patch b/app-accessibility/brltty/files/brltty-4.2-fix-a2.patch
new file mode 100644
index 000000000000..55510523c7aa
--- /dev/null
+++ b/app-accessibility/brltty/files/brltty-4.2-fix-a2.patch
@@ -0,0 +1,15 @@
+Index: configure.ac
+===================================================================
+--- configure.ac (revision 5483)
++++ configure.ac (working copy)
+@@ -1455,7 +1455,9 @@
+ ])
+
+ BRLTTY_HAVE_PACKAGE([dbus], ["dbus-1 >= 1.0"], [dnl
+- BRLTTY_SCREEN_DRIVER([a2], [AtSpi2], [$(DBUS_LIBS)])
++ AC_CHECK_HEADERS([X11/keysym.h], [dnl
++ BRLTTY_SCREEN_DRIVER([a2], [AtSpi2], [$(DBUS_LIBS)])
++ ])
+ ])
+
+ BRLTTY_ARG_DRIVER([screen], [Screen])