ports/math/octave/files/patch-mkoctfile.in
Maho Nakata bb74500328 Recognize the -pthread flag, and bump port revision.
PR:		126899
Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
2008-09-02 02:10:57 +00:00

11 lines
284 B
Text

--- 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)