diff src/of-specfun-1-cross-fixes.patch @ 4067:bdcddfdc57d0

Install binary of-* packages * Makefile.in: (OCTAVE_FORGE_PKG_BUILD) call pkg-install.py if building binary packages * src/of-io-1-cross-fixes.patch: new patch * src/of-specfun-1-cross-fixes.patch: new patch * tools/pkg-install.py: new file
author John Donoghue <john.donoghue@ieee.org>
date Sat, 26 Dec 2015 22:00:59 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/of-specfun-1-cross-fixes.patch	Sat Dec 26 22:00:59 2015 -0500
@@ -0,0 +1,13 @@
+diff -ur specfun.orig/src/Makefile specfun/src/Makefile
+--- specfun.orig/src/Makefile	2015-12-26 20:11:36.382164834 -0500
++++ specfun/src/Makefile	2015-12-26 20:12:17.449868085 -0500
+@@ -1,6 +1,8 @@
++MKOCTFILE ?= mkoctfile
++
+ all: ellipj.oct
+ 
+ %.oct: %.cc
+-	mkoctfile -s $<
++	$(MKOCTFILE) -s $<
+ 
+ clean: ; -rm *.o core octave-core *.oct *~