Recognize the -pthread flag, and bump port revision.
PR: 126899 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
parent
0f4d0297dd
commit
bb74500328
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219632
2 changed files with 12 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= octave
|
||||
PORTVERSION= 3.0.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \
|
||||
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
|
||||
|
|
11
math/octave/files/patch-mkoctfile.in
Normal file
11
math/octave/files/patch-mkoctfile.in
Normal file
|
@ -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)
|
Loading…
Reference in a new issue