aboutsummaryrefslogtreecommitdiff
path: root/math/octave/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2011-06-23 07:28:50 +0000
committerMaho Nakata <maho@FreeBSD.org>2011-06-23 07:28:50 +0000
commitf2cf0ade3da419784f4d4252650cbf6a97c1ec6d (patch)
tree3ddc524fe28e5175971fe5ddaf6de7313d091714 /math/octave/files
parent8de66b5c2471f7f304b229dded970f622ce18626 (diff)
Notes
Diffstat (limited to 'math/octave/files')
-rw-r--r--math/octave/files/patch-mkoctfile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/octave/files/patch-mkoctfile.in b/math/octave/files/patch-mkoctfile.in
deleted file mode 100644
index 2fec1d78cc2a..000000000000
--- a/math/octave/files/patch-mkoctfile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)