annotate src/of-control-1-deprecated-warnings.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 77bfbb7d8094
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5855
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 diff -uNr a/src/Makefile b/src/Makefile
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 --- a/src/Makefile 2021-07-05 01:05:54.000000000 -0400
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 +++ b/src/Makefile 2021-08-20 00:58:10.329056319 -0400
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 @@ -15,7 +15,7 @@
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 AR := $(shell $(MKOCTFILE) -p AR)
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -PKG_CXXFLAGS := -Wall -Wno-deprecated-declarations $(PKG_CXXFLAGS_APPEND)
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 +PKG_CXXFLAGS := -Wall $(PKG_CXXFLAGS_APPEND)
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 all: __control_slicot_functions__.oct \
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 __control_helper_functions__.oct