summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-10-17 08:20:34 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-10-17 08:22:06 +0000
commit02b747c5e5abf923e7ae803f73f39f3f1db73b06 (patch)
tree6dc98549410d3966cd69ec924f2a5353905681ae /app-shells/pdmenu/files
parentapp-shells/pdmenu: Stable for amd64. Stable mips+x86 using the ALLARCHES policy. (diff)
downloadgentoo-02b747c5e5abf923e7ae803f73f39f3f1db73b06.tar.gz
gentoo-02b747c5e5abf923e7ae803f73f39f3f1db73b06.tar.bz2
gentoo-02b747c5e5abf923e7ae803f73f39f3f1db73b06.zip
app-shells/pdmenu: Clean up old.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-shells/pdmenu/files')
-rw-r--r--app-shells/pdmenu/files/pdmenu-impl-dec.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-shells/pdmenu/files/pdmenu-impl-dec.patch b/app-shells/pdmenu/files/pdmenu-impl-dec.patch
deleted file mode 100644
index c0cd7ce3ac99..000000000000
--- a/app-shells/pdmenu/files/pdmenu-impl-dec.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- src/actions.c | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/src/actions.c b/src/actions.c
-index d42a63a..1f5a0d1 100644
---- a/src/actions.c
-+++ b/src/actions.c
-@@ -30,6 +30,8 @@
- #include <libintl.h>
- #define _(String) gettext (String)
-
-+#include <ctype.h>
-+
- /* Handle a control c by either exiting pdmenu or doing nothing. */
- void Handle_Ctrl_C() {
- if (Q_Exits) {