diff options
Diffstat (limited to 'math/octave/files/patch-build-aux_mk-octave-config-h.sh')
-rw-r--r-- | math/octave/files/patch-build-aux_mk-octave-config-h.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-build-aux_mk-octave-config-h.sh b/math/octave/files/patch-build-aux_mk-octave-config-h.sh new file mode 100644 index 000000000000..c2213d9d6090 --- /dev/null +++ b/math/octave/files/patch-build-aux_mk-octave-config-h.sh @@ -0,0 +1,11 @@ +--- build-aux/mk-octave-config-h.sh.orig 2017-02-22 18:01:55 UTC ++++ build-aux/mk-octave-config-h.sh +@@ -22,7 +22,7 @@ + # autoconf-generated config.h file. See the notes at the top of the + # generated octave-config.h file for more details. + +-SED=${SED:-sed} ++SED=gsed + + if [ $# -ne 1 ]; then + echo "usage: mk-octave-config-h.sh CONFIG-FILE" 1>&2 |