diff options
Diffstat (limited to 'math/octave/files/patch-mkoctfile.in')
-rw-r--r-- | math/octave/files/patch-mkoctfile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-mkoctfile.in b/math/octave/files/patch-mkoctfile.in new file mode 100644 index 000000000000..0eb4c4c552b4 --- /dev/null +++ b/math/octave/files/patch-mkoctfile.in @@ -0,0 +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 @@ + -D*) + defs="$defs $1" + ;; +- -[lL]*) ++ -[lL]* | -pthread) + ldflags="$ldflags $1" + ;; + -M | --depend) |