1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/math/octave/files/patch-build-aux_mk-octave-config-h.sh
Stephen Montgomery-Smith 6473aac25b - Update math/octave to 6.2.0.
- Bump portrevision of dependent ports.
- Add patches to dependent ports math/octave-forge-* if I can figure them out.
- Mark broken dependent ports I couldn't figure out.
2021-02-21 22:41:34 +00:00

12 lines
351 B
Bash

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