freebsd-ports/math/octave/files/patch-mkoctfile.in
Jean-Yves Lefort f87963630c [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]
2005-05-26 17:32:40 +00:00

11 lines
246 B
Text

--- 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"
;;
- -[lLR]*)
+ -[lLR]* | -pthread)
ldflags="$ldflags $1"
;;
-M | --depend)