# HG changeset patch # User John Donoghue # Date 1431259342 14400 # Node ID 2d8b0a2025e4ec517430a4c6be3458d5209de588 # Parent 8935178bae1828174c9e41e4b7939db6a2728478 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18 * src/of-quaternion-1-cross-fixes.patch: new file diff -r 8935178bae18 -r 2d8b0a2025e4 src/of-quaternion-1-cross-fixes.patch --- /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