diff src/of-communications-1-fixes.patch @ 2958:04791633efbc

Octave Forge package sources and build script
author John W. Eaton <jwe@octave.org>
date Mon, 14 Jan 2013 14:49:08 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/of-communications-1-fixes.patch	Mon Jan 14 14:49:08 2013 -0500
@@ -0,0 +1,11 @@
+diff -rNu a/src/Makefile b/src/Makefile
+--- a/src/Makefile	2012-05-08 08:06:50.000000000 -0400
++++ b/src/Makefile	2013-01-11 22:50:36.000000000 -0500
+@@ -1,6 +1,6 @@
+ sinclude Makeconf
+ 
+-HDF5_LIBS := $(shell  grep "\#define OCTAVE_CONF_HDF5_LIBS"  $(shell  $(MKOCTFILE) -p OCTINCLUDEDIR)/oct-conf.h | sed 's/^.*LIBS //;s/"//g'  )
++HDF5_LIBS := $(shell  grep "\#define OCTAVE_CONF_HDF5_LIBS"  '$(shell  $(MKOCTFILE) -p OCTINCLUDEDIR)/oct-conf.h' | sed 's/^.*LIBS //;s/"//g'  )
+ 
+ GALOISTARGET = gf.oct
+ GALOISSOURCES = galois.cc galois-def.cc galoisfield.cc gf.cc \