diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-26 17:32:40 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-26 17:32:40 +0000 |
commit | f87963630cbb4fc06b7cf8102af1187e3cedcc28 (patch) | |
tree | 7158ccd776cb2b435c150e53547766b60e175ed2 /math/octave-devel/files/patch-mkoctfile.in | |
parent | Update to 0.5.17 (diff) |
[1]:
- Update to 2.1.71
- Use ${INFO}
Moreover:
- Polish the Makefile
PR: ports/81482 [1]
Submitted by: Johan van Selst <johans@stack.nl> [1]
Notes
Notes:
svn path=/head/; revision=136189
Diffstat (limited to 'math/octave-devel/files/patch-mkoctfile.in')
-rw-r--r-- | math/octave-devel/files/patch-mkoctfile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/octave-devel/files/patch-mkoctfile.in b/math/octave-devel/files/patch-mkoctfile.in index 0eb4c4c552b4..23a1315142df 100644 --- a/math/octave-devel/files/patch-mkoctfile.in +++ b/math/octave-devel/files/patch-mkoctfile.in @@ -1,11 +1,11 @@ ---- mkoctfile.in.orig Thu Jan 2 22:55:47 2003 -+++ mkoctfile.in Wed Oct 22 10:04:01 2003 -@@ -182,7 +182,7 @@ +--- mkoctfile.in.orig Sun Mar 27 14:13:29 2005 ++++ mkoctfile.in Wed May 25 23:00:43 2005 +@@ -184,7 +184,7 @@ -D*) defs="$defs $1" ;; -- -[lL]*) -+ -[lL]* | -pthread) +- -[lLR]*) ++ -[lLR]* | -pthread) ldflags="$ldflags $1" ;; -M | --depend) |