comparison src/of-io-1-cross-fixes.patch @ 4070:41fce2d99071

of-io: update to 2.4.0 * src/of-io.mk: updateversion, checksum * src/of-io-1-cross-fixes.patch: update patch
author John Donoghue
date Tue, 05 Jan 2016 16:06:19 -0500
parents bdcddfdc57d0
children
comparison
equal deleted inserted replaced
4069:114be8cd075c 4070:41fce2d99071
1 diff -ur io.bak/src/Makefile io/src/Makefile 1 diff -ur io.orig/src/Makefile io/src/Makefile
2 --- io.bak/src/Makefile 2015-12-26 17:19:18.198422122 -0500 2 --- io.orig/src/Makefile 2016-01-05 11:02:27.913416346 -0500
3 +++ io/src/Makefile 2015-12-26 17:19:46.303214603 -0500 3 +++ io/src/Makefile 2016-01-05 11:02:54.153950570 -0500
4 @@ -12,7 +12,7 @@ 4 @@ -1,6 +1,6 @@
5 ## xmltree_read.l:150: warning: ‘bufferliteral’ defined but not used 5 all: csvexplode.oct csv2cell.oct csvconcat.oct cell2csv.oct col2num.oct num2col.oct
6 ## xmltree_read.l:1221: warning: ‘input’ defined but not used 6
7 #MKOCTFILE = mkoctfile -Wall
8 -MKOCTFILE = mkoctfile 7 -MKOCTFILE = mkoctfile
9 +MKOCTFILE ?= mkoctfile 8 +MKOCTFILE ?= mkoctfile
10 9
11 ifdef FLEXML 10 %.oct: %.cc
12 # flexml is a dead project. It requires flex 2.5.4a-6 (flex-old on Debian). 11 $(MKOCTFILE) $<