diff src/of-fl-core-1-fixes.patch @ 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 85568f3159a4
children 1c72016826aa
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