summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-06-14 12:17:00 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-14 12:17:00 +0200
commitbc530795c5eb2996138bce73a7c7c2439a3cc812 (patch)
tree9dcfb6b8f3a6d0600bbc3f4fb12393e164b983f3 /media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch
parentx11-apps/amlc: Remove last-rited pkg (diff)
downloadgentoo-bc530795c5eb2996138bce73a7c7c2439a3cc812.tar.gz
gentoo-bc530795c5eb2996138bce73a7c7c2439a3cc812.tar.bz2
gentoo-bc530795c5eb2996138bce73a7c7c2439a3cc812.zip
media-sound/gramofile: Remove last-rited pkg
Closes: https://bugs.gentoo.org/779421 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch')
-rw-r--r--media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch b/media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch
deleted file mode 100644
index 0369914779fd..000000000000
--- a/media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/gramofile.c
-+++ b/gramofile.c
-@@ -11,6 +11,7 @@
- #include "splashscr.h"
- #include <signal.h>
- #include <unistd.h>
-+#include <stdlib.h>
- #include <string.h>
- #ifndef OLD_CURSES
- #include <ncurses.h>
---- a/signpr_cmf3.c
-+++ b/signpr_cmf3.c
-@@ -33,6 +33,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <math.h>
-+#include <string.h>
- #ifndef OLD_CURSES
- #include <ncurses.h>
- #else