changeset 3937:2d8b0a2025e4

add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18 * src/of-quaternion-1-cross-fixes.patch: new file
author John Donoghue <john.donoghue@ieee.org>
date Sun, 10 May 2015 08:02:22 -0400
parents 8935178bae18
children eb7713c92364
files src/of-quaternion-1-cross-fixes.patch
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/of-quaternion-1-cross-fixes.patch	Sun May 10 08:02:22 2015 -0400
@@ -0,0 +1,20 @@
+diff -ur quaternion.orig/src/Makefile quaternion/src/Makefile
+--- quaternion.orig/src/Makefile	2015-05-10 07:14:09.000000000 -0400
++++ quaternion/src/Makefile	2015-05-10 07:15:03.000000000 -0400
+@@ -1,11 +1,13 @@
++MKOCTFILE ?= mkoctfile
++
+ all: is_real_array.oct
+ 
+ # helper
+ is_real_array.oct: is_real_array.cc
+-	mkoctfile is_real_array.cc
++	$(MKOCTFILE) is_real_array.cc
+ 
+ clean:
+ 	rm -rf *.o core octave-core *.oct *~
+ 
+ realclean: clean
+-	rm -rf *.a
+\ No newline at end of file
++	rm -rf *.a