diff options
Diffstat (limited to 'app-accessibility/brltty/files/brltty-3.9-parallel.patch')
-rw-r--r-- | app-accessibility/brltty/files/brltty-3.9-parallel.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-accessibility/brltty/files/brltty-3.9-parallel.patch b/app-accessibility/brltty/files/brltty-3.9-parallel.patch deleted file mode 100644 index e10b9683a5cb..000000000000 --- a/app-accessibility/brltty/files/brltty-3.9-parallel.patch +++ /dev/null @@ -1,20 +0,0 @@ -2008-09-17 Stepan Kasal <skasal@redhat.com> - - * Programs/Makefile.in (braille-drivers): Add - prerequisity `all' to prevent race of this make with nested - "make brlapi" when parallel make is used. Recursive make is - harmful. - -diff -up brltty-3.10/Makefile.in.parallel brltty-3.10/Makefile.in -diff -up brltty-3.10/Programs/Makefile.in.parallel brltty-3.10/Programs/Makefile.in ---- brltty-3.10/Programs/Makefile.in.parallel 2008-07-17 00:19:08.000000000 +0200 -+++ brltty-3.10/Programs/Makefile.in 2008-09-17 11:24:35.000000000 +0200 -@@ -399,7 +399,7 @@ apitest.$O: - - ############################################################################### - --braille-drivers: txt2hlp -+braille-drivers: txt2hlp api - for driver in $(BRAILLE_EXTERNAL_DRIVER_NAMES); \ - do (cd $(BLD_TOP)$(BRL_DIR)/$$driver && $(MAKE) braille-driver braille-all) || exit 1; \ - done |