summaryrefslogtreecommitdiff
path: root/math/octave-devel/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-07 02:07:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-07 02:07:58 +0000
commit6755309ed2af9241d049630ced8b7d8274d79758 (patch)
treec558fdaf8e9704fee208ea9b26d7b4edac03241b /math/octave-devel/files
parentRestyle email address of (non)maintainer. (diff)
- Link with atlas version of lapack
- Make mkoctfile accept -pthread - Don't hardcode path to lib symlink PR: ports/56621, ports/58555 Submitted by: John E. Hein <jhein@timing.com> AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'math/octave-devel/files')
-rw-r--r--math/octave-devel/files/patch-mkoctfile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave-devel/files/patch-mkoctfile.in b/math/octave-devel/files/patch-mkoctfile.in
new file mode 100644
index 000000000000..0eb4c4c552b4
--- /dev/null
+++ b/math/octave-devel/files/patch-mkoctfile.in
@@ -0,0 +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 @@
+ -D*)
+ defs="$defs $1"
+ ;;
+- -[lL]*)
++ -[lL]* | -pthread)
+ ldflags="$ldflags $1"
+ ;;
+ -M | --depend)