diff src/of-sockets-1-cross-fixes.patch @ 3858:9ceedf18871e

use OCTAVE_CONFIG as octave-config variable name * makefile.am: fir pkg compile, use OCTAVE_CONFIG variable * src/of-sockets-1-cross-fixes.patch: update patch for OCTAVE_CONFIG
author John Donoghue <john.donoghue@ieee.org>
date Mon, 23 Mar 2015 19:34:25 -0400
parents 85568f3159a4
children
line wrap: on
line diff
--- a/src/of-sockets-1-cross-fixes.patch	Sun Mar 22 15:04:42 2015 -0400
+++ b/src/of-sockets-1-cross-fixes.patch	Mon Mar 23 19:34:25 2015 -0400
@@ -5,10 +5,10 @@
  SRC := $(OCT:.oct=.cc)
  
  MKOCTFILE ?= mkoctfile -Wall
-+OCTAVECONFIG ?= octave-config
++OCTAVE_CONFIG ?= octave-config
  OCTAVE ?= octave
  
-+CANONICAL_HOST_TYPE := $(shell $(OCTAVECONFIG) -p CANONICAL_HOST_TYPE))
++CANONICAL_HOST_TYPE := $(shell $(OCTAVE_CONFIG) -p CANONICAL_HOST_TYPE))
 +
  #The following is necessary to get the sockets package working in Windows.
  #It has been tried on Win7 and XP, in Octave 3.8.0 using mxe-octave (mingw)