ports/math/octave-devel/files/patch-mkoctfile.in
Pav Lucistnik 6755309ed2 - 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>
2003-12-07 02:07:58 +00:00

11 lines
244 B
Text

--- 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)