diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-02 03:11:08 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-02 03:11:08 +0000 |
commit | f9740d36a8d53cb12fc4a986b9876fa8dc72abfa (patch) | |
tree | eec2626eb5e7e0e9c6fc18573021a4632489c1af /math/octave-devel/files | |
parent | Recognize the -pthread flag, and bump port revision. (diff) |
Recognize the -pthread flag, and bump port revision.
PR: 126899
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'math/octave-devel/files')
-rw-r--r-- | math/octave-devel/files/patch-mkoctfile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave-devel/files/patch-mkoctfile.in b/math/octave-devel/files/patch-mkoctfile.in new file mode 100644 index 000000000000..2fec1d78cc2a --- /dev/null +++ b/math/octave-devel/files/patch-mkoctfile.in @@ -0,0 +1,11 @@ +--- mkoctfile.in-orig 2008-08-27 17:46:53.000000000 -0500 ++++ mkoctfile.in 2008-08-27 17:47:45.000000000 -0500 +@@ -278,7 +278,7 @@ + -D*) + defs="$defs $1" + ;; +- -[lLR]* | -Wl,*) ++ -[lLR]* | -pthread | -Wl,*) + ldflags="$ldflags $1" + ;; + -M | --depend) |