diff 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
line wrap: on
line diff
--- a/src/of-io-1-cross-fixes.patch	Wed Dec 30 22:28:56 2015 -0500
+++ b/src/of-io-1-cross-fixes.patch	Tue Jan 05 16:06:19 2016 -0500
@@ -1,12 +1,11 @@
-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
+diff -ur io.orig/src/Makefile io/src/Makefile
+--- io.orig/src/Makefile	2016-01-05 11:02:27.913416346 -0500
++++ io/src/Makefile	2016-01-05 11:02:54.153950570 -0500
+@@ -1,6 +1,6 @@
+ all: csvexplode.oct csv2cell.oct csvconcat.oct cell2csv.oct col2num.oct num2col.oct
+ 
 -MKOCTFILE = mkoctfile
 +MKOCTFILE ?= mkoctfile
- 
- ifdef FLEXML
- # flexml is a dead project.  It requires flex 2.5.4a-6  (flex-old on Debian).
+   
+ %.oct: %.cc
+ 	$(MKOCTFILE) $<