diff options
author | Sam James <sam@gentoo.org> | 2021-06-14 18:34:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-14 18:35:05 +0000 |
commit | bb8db1b7ce49d515a04cde6f28b86e3ec637b71b (patch) | |
tree | f5b8279880ce011faa667653fd2c5127ba92ed43 /media-sound/din | |
parent | media-sound/sc2mpd: add 1.1.8 (diff) | |
download | gentoo-bb8db1b7ce49d515a04cde6f28b86e3ec637b71b.tar.gz gentoo-bb8db1b7ce49d515a04cde6f28b86e3ec637b71b.tar.bz2 gentoo-bb8db1b7ce49d515a04cde6f28b86e3ec637b71b.zip |
media-sound/din: fix line-endings in patch
Closes: https://bugs.gentoo.org/787185
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/din')
-rw-r--r-- | media-sound/din/files/din-50.2-gcc11-rename-identifier.patch | 20 |
1 files 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 4d65f65b0388..8245a5cb021b 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 |