annotate src/of-ocs-1-cross-fixes.patch @ 6161:8fcac4d6d983 release

of-queueing: Fix syntax error with Octave 7 (bug #62314). * src/of-queueing-1-octave7.patch: Add new file. * dist-files.mk: Include new patch.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 14 Apr 2022 19:27:13 +0200
parents cdbce8086eaa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3989
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 diff -ur ocs.old/src/Makefile ocs/src/Makefile
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 --- ocs.old/src/Makefile 2015-07-07 20:23:51.000000000 -0400
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3 +++ ocs/src/Makefile 2015-07-07 20:24:25.000000000 -0400
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 @@ -1,9 +1,10 @@
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 OCTFILES:=Mshichmanhodgesmosfet.oct
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 +MKOCTFILE ?= mkoctfile
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 all: $(OCTFILES)
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 %.oct: %.cc
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 - mkoctfile $<
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 + $(MKOCTFILE) $<
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 clean:
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 -rm -f *.o core octave-core *.oct *~