view src/of-io-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 41fce2d99071
line wrap: on
line source

diff -ur io.bak/src/Makefile io/src/Makefile
--- io.bak/src/Makefile	2015-12-26 17:19:18.198422122 -0500
+++ io/src/Makefile	2015-12-26 17:19:46.303214603 -0500
@@ -12,7 +12,7 @@
 ## xmltree_read.l:150: warning: ‘bufferliteral’ defined but not used
 ## xmltree_read.l:1221: warning: ‘input’ defined but not used
 #MKOCTFILE = mkoctfile -Wall
-MKOCTFILE = mkoctfile
+MKOCTFILE ?= mkoctfile
 
 ifdef FLEXML
 # flexml is a dead project.  It requires flex 2.5.4a-6  (flex-old on Debian).