diff options
Diffstat (limited to 'math/octave/files/patch-mkoctfile.in')
-rw-r--r-- | math/octave/files/patch-mkoctfile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/octave/files/patch-mkoctfile.in b/math/octave/files/patch-mkoctfile.in index 0eb4c4c552b4..23a1315142df 100644 --- a/math/octave/files/patch-mkoctfile.in +++ b/math/octave/files/patch-mkoctfile.in @@ -1,11 +1,11 @@ ---- mkoctfile.in.orig Thu Jan 2 22:55:47 2003 -+++ mkoctfile.in Wed Oct 22 10:04:01 2003 -@@ -182,7 +182,7 @@ +--- mkoctfile.in.orig Sun Mar 27 14:13:29 2005 ++++ mkoctfile.in Wed May 25 23:00:43 2005 +@@ -184,7 +184,7 @@ -D*) defs="$defs $1" ;; -- -[lL]*) -+ -[lL]* | -pthread) +- -[lLR]*) ++ -[lLR]* | -pthread) ldflags="$ldflags $1" ;; -M | --depend) |