ports/math/octave/files/patch-build-aux_mk-octave-config-h.sh
Stephen Montgomery-Smith 4ebc7d7f8c - Update octave to 4.4.0.
- Either bump portrevision or mark broken for octave-forge-* ports.
- Bump port revision for octave-forge.
2018-05-03 23:42:35 +00:00

11 lines
351 B
Bash

--- build-aux/mk-octave-config-h.sh.orig 2018-04-30 17:03:56 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