diff options
author | Maho Nakata <maho@FreeBSD.org> | 2011-06-23 07:28:50 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2011-06-23 07:28:50 +0000 |
commit | f2cf0ade3da419784f4d4252650cbf6a97c1ec6d (patch) | |
tree | 3ddc524fe28e5175971fe5ddaf6de7313d091714 /math/octave/files | |
parent | 8de66b5c2471f7f304b229dded970f622ce18626 (diff) |
Notes
Diffstat (limited to 'math/octave/files')
-rw-r--r-- | math/octave/files/patch-mkoctfile.in | 11 |
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) |