commit: bb8db1b7ce49d515a04cde6f28b86e3ec637b71b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 14 18:34:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 14 18:35:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8db1b7
media-sound/din: fix line-endings in patch Closes: https://bugs.gentoo.org/787185 Signed-off-by: Sam James <sam <AT> gentoo.org> .../din/files/din-50.2-gcc11-rename-identifier.patch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 index 4d65f65b038..8245a5cb021 100644 --- a/media-sound/din/files/din-50.2-gcc11-rename-identifier.patch +++ b/media-sound/din/files/din-50.2-gcc11-rename-identifier.patch @@ -26,16 +26,16 @@ index ae0954b..af7f178 100644 --- a/src/help.h +++ b/src/help.h @@ -5,8 +5,8 @@ - * For more information, please visit https://dinisnoise.org/ - */ - --#ifndef __help --#define __help -+#ifndef DIN_help -+#define DIN_help - #include <string> - #include <vector> - struct help { + * For more information, please visit https://dinisnoise.org/ + */ + +-#ifndef __help +-#define __help ++#ifndef DIN_help ++#define DIN_help + #include <string> + #include <vector> + struct help { -- 2.32.0
