From 03c2ec3f734d52fc9368414092415b9c8c18b229 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Sat, 24 Feb 2018 21:52:31 +0000 Subject: - Update to 4.2.1. - Maintainership to stephen@. PR: ports/225073 Submitted by: Ben Lauwens --- math/octave/files/patch-build-aux_find-defun-files.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/octave/files/patch-build-aux_find-defun-files.sh (limited to 'math/octave/files/patch-build-aux_find-defun-files.sh') diff --git a/math/octave/files/patch-build-aux_find-defun-files.sh b/math/octave/files/patch-build-aux_find-defun-files.sh new file mode 100644 index 000000000000..215f42db564b --- /dev/null +++ b/math/octave/files/patch-build-aux_find-defun-files.sh @@ -0,0 +1,11 @@ +--- build-aux/find-defun-files.sh.orig 2017-02-22 17:15:26 UTC ++++ build-aux/find-defun-files.sh +@@ -2,7 +2,7 @@ + + set -e + +-SED=${SED:-sed} ++SED=gsed + EGREP=${EGREP:-egrep} + + # Some stupid egreps don't like empty elements in alternation patterns, -- cgit v1.2.3