aboutsummaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-09-02 02:10:57 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-09-02 02:10:57 +0000
commitbb745003280fb7b02e5c3015881fe195793022f1 (patch)
tree0056d865c323792c4ae4a4604160b9b170d10752 /math/octave
parent0f4d0297dd2e10fadd62d033f912b47644ea999a (diff)
downloadports-bb745003280fb7b02e5c3015881fe195793022f1.tar.gz
ports-bb745003280fb7b02e5c3015881fe195793022f1.zip
Notes
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile2
-rw-r--r--math/octave/files/patch-mkoctfile.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 7604a5b82791..faa9f9b379c8 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -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/
diff --git a/math/octave/files/patch-mkoctfile.in b/math/octave/files/patch-mkoctfile.in
new file mode 100644
index 000000000000..2fec1d78cc2a
--- /dev/null
+++ b/math/octave/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)