freebsd-ports/math/octave/files/patch-build-aux_find-defun-files.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

11 lines
252 B
Bash

--- build-aux/find-defun-files.sh.orig 2020-11-26 18:20:44 UTC
+++ build-aux/find-defun-files.sh
@@ -27,7 +27,7 @@
set -e
-SED=${SED:-sed}
+SED=gsed
EGREP=${EGREP:-egrep}
# Some stupid egreps don't like empty elements in alternation patterns,