Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/din/files/
Date: Mon, 14 Jun 2021 18:35:19
Message-Id: 1623695705.bb8db1b7ce49d515a04cde6f28b86e3ec637b71b.sam@gentoo
1 commit: bb8db1b7ce49d515a04cde6f28b86e3ec637b71b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 18:34:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 18:35:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8db1b7
7
8 media-sound/din: fix line-endings in patch
9
10 Closes: https://bugs.gentoo.org/787185
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../din/files/din-50.2-gcc11-rename-identifier.patch | 20 ++++++++++----------
14 1 file changed, 10 insertions(+), 10 deletions(-)
15
16 diff --git a/media-sound/din/files/din-50.2-gcc11-rename-identifier.patch b/media-sound/din/files/din-50.2-gcc11-rename-identifier.patch
17 index 4d65f65b038..8245a5cb021 100644
18 --- a/media-sound/din/files/din-50.2-gcc11-rename-identifier.patch
19 +++ b/media-sound/din/files/din-50.2-gcc11-rename-identifier.patch
20 @@ -26,16 +26,16 @@ index ae0954b..af7f178 100644
21 --- a/src/help.h
22 +++ b/src/help.h
23 @@ -5,8 +5,8 @@
24 - * For more information, please visit https://dinisnoise.org/
25 - */
26 -
27 --#ifndef __help
28 --#define __help
29 -+#ifndef DIN_help
30 -+#define DIN_help
31 - #include <string>
32 - #include <vector>
33 - struct help {
34 + * For more information, please visit https://dinisnoise.org/
35 + */
36 +
37 +-#ifndef __help
38 +-#define __help
39 ++#ifndef DIN_help
40 ++#define DIN_help
41 + #include <string>
42 + #include <vector>
43 + struct help {
44 --
45 2.32.0