shared-macros.mk: simplify java settings
[oi-userland.git] / components / library / brltty / patches / 05-mk4build.patch
blob0867a01f8070f7e301d39fba31ee972243b2b973
1 Workaround bashisms in mk4build - need to evaluate for upstream
3 Without this patch, build fails with:
4 brltty-5.4/mk4build[20]: .[36]: local: not found [No such file or directory]
5 brltty-5.4/mk4build[20]: .[39]: local: not found [No such file or directory]
6 brltty-5.4/mk4build[20]: .[40]: local: not found [No such file or directory]
7 brltty-5.4/mk4build[20]: .[44]: local: not found [No such file or directory]
8 brltty-5.4/mk4build[20]: .[45]: readonly: =: invalid variable name
11 --- brltty-5.4/mk4build
12 +++ brltty-5.4/mk4build
13 @@ -1,4 +1,4 @@
14 -#!/bin/sh
15 +#!/bin/bash
16 ###############################################################################
17 # BRLTTY - A background process providing access to the console screen (when in
18 # text mode) for a blind person using a refreshable braille display.