git: d23dd1e9521f - main - audio/praat: add missing patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Oct 2022 18:38:50 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=d23dd1e9521fdaaa3482b2246c90c7e0578a586e commit d23dd1e9521fdaaa3482b2246c90c7e0578a586e Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-10-11 18:38:17 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-10-11 18:38:47 +0000 audio/praat: add missing patch --- audio/praat/files/patch-dwsys_NUMsort2.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/audio/praat/files/patch-dwsys_NUMsort2.cpp b/audio/praat/files/patch-dwsys_NUMsort2.cpp new file mode 100644 index 000000000000..bc25fd3db2b3 --- /dev/null +++ b/audio/praat/files/patch-dwsys_NUMsort2.cpp @@ -0,0 +1,11 @@ +--- dwsys/NUMsort2.cpp.orig 2022-10-10 21:25:25 UTC ++++ dwsys/NUMsort2.cpp +@@ -239,7 +239,7 @@ void VECsort3_inplace (VEC const& a, INTVEC const& iv1 + iv2 [j] = itmp [index [j]]; + } + +-autoINTMAT sortRows_INTMAT (constINTMAT mat, integer icol) { // TODO test me ++void sortRows_INTMAT (constINTMAT mat, integer icol) { // TODO test me + try { + Melder_require (icol > 0 && icol <= mat.ncol, + U"The column index is not valid.");