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, 0 insertions, 11 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 deleted file mode 100644 index 2f679a1e06b7..000000000000 --- a/math/octave/files/patch-build-aux_mk-octave-config-h.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- build-aux/mk-octave-config-h.sh.orig 2020-11-26 18:20:44 UTC -+++ build-aux/mk-octave-config-h.sh -@@ -29,7 +29,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 |