changeset 3860:b36a7ab4bd2c

of-fl-core: use OCTAVE_CONFIG to determine system type * src/of-fl-core-1-fixes.patch: use OCTAVE_CONFIG to determine system type
author John Donoghue <john.donoghue@ieee.org>
date Tue, 24 Mar 2015 06:37:36 -0400
parents 74f53761f74d
children dbc4b45a0f06
files src/of-fl-core-1-fixes.patch
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/of-fl-core-1-fixes.patch	Mon Mar 23 19:48:56 2015 -0400
+++ b/src/of-fl-core-1-fixes.patch	Tue Mar 24 06:37:36 2015 -0400
@@ -8,9 +8,9 @@
 -ifdef COMSPEC 
 +
 +MKOCTFILE ?= mkoctfile
-+OCTAVECONFIG ?= octave-config
++OCTAVE_CONFIG ?= octave-config
 +
-+ifneq (,$(findstring mingw,$(shell $(OCTAVECONFIG) -p CANONICAL_HOST_TYPE)))
++ifneq (,$(findstring mingw,$(shell $(OCTAVE_CONFIG) -p CANONICAL_HOST_TYPE)))
 +	ADDPARAM := -lpthread
 +else
 + ifdef COMSPEC