# HG changeset patch # User John Donoghue # Date 1427193456 14400 # Node ID b36a7ab4bd2ccb26c2170dfea37f2707e1af4f5a # Parent 74f53761f74ddedfa9f946385256762d9e76d356 of-fl-core: use OCTAVE_CONFIG to determine system type * src/of-fl-core-1-fixes.patch: use OCTAVE_CONFIG to determine system type diff -r 74f53761f74d -r b36a7ab4bd2c src/of-fl-core-1-fixes.patch --- 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