ports/math/octave/files/patch-build-aux_mk-octave-config-h.sh
Stephen Montgomery-Smith 03c2ec3f73 - Update to 4.2.1.
- Maintainership to stephen@.

PR:		ports/225073
Submitted by:	Ben Lauwens <ben.lauwens@gmail.com>
2018-02-24 21:52:31 +00:00

11 lines
351 B
Bash

--- 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