diff options
author | 2009-05-18 13:35:04 +0000 | |
---|---|---|
committer | 2009-05-18 13:35:04 +0000 | |
commit | 7279b1676dff21ed3719ae23f1fb9f9c5317a379 (patch) | |
tree | 3be40ade83e820428db1ba83e3b5fc48abfb71af /app-accessibility/brltty/files/brltty-4.0-api-socket-dir.patch | |
parent | Version bump (bug #269194). (diff) | |
download | gentoo-2-7279b1676dff21ed3719ae23f1fb9f9c5317a379.tar.gz gentoo-2-7279b1676dff21ed3719ae23f1fb9f9c5317a379.tar.bz2 gentoo-2-7279b1676dff21ed3719ae23f1fb9f9c5317a379.zip |
Version bump.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/brltty/files/brltty-4.0-api-socket-dir.patch')
-rw-r--r-- | app-accessibility/brltty/files/brltty-4.0-api-socket-dir.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-accessibility/brltty/files/brltty-4.0-api-socket-dir.patch b/app-accessibility/brltty/files/brltty-4.0-api-socket-dir.patch new file mode 100644 index 000000000000..6e47343f3b1e --- /dev/null +++ b/app-accessibility/brltty/files/brltty-4.0-api-socket-dir.patch @@ -0,0 +1,14 @@ +diff -Naur brltty-3.10-orig/common.mk brltty-3.10/common.mk +--- brltty-3.10-orig/common.mk 2008-07-16 16:19:54.000000000 -0600 ++++ brltty-3.10/common.mk 2008-09-22 21:53:19.000000000 -0600 +@@ -73,8 +73,9 @@ + install-apihdr-directory: + $(INSTALL_DIRECTORY) $(INSTALL_APIHDR_DIRECTORY) + ++INSTALL_API_SOCKET_DIRECTORY = $(INSTALL_ROOT)$(API_SOCKET_DIRECTORY) + install-apisoc-directory: +- -$(INSTALL_DIRECTORY) -m 1777 $(API_SOCKET_DIRECTORY) ++ -$(INSTALL_DIRECTORY) -m 1777 $(INSTALL_API_SOCKET_DIRECTORY) + + clean:: + -rm -f *.$O *.auto.h *.auto.c core implib.a |