ports/math/octave-devel/files/patch-mkoctfile.in
Maho Nakata f9740d36a8 Recognize the -pthread flag, and bump port revision.
PR:             126899
Submitted by:   Stephen Montgomery-Smith <stephen@math.missouri.edu>
2008-09-02 03:11:08 +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)