about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-03-05 10:00:57 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-03-05 10:00:57 +0000
commitf99db3674858244a5dcedeccdc71b46821e30436 (patch)
tree968d70cce5fd1b4de9e3b04042fb9e2ee99f425e /pkgs
parent57fd764a391a6215165c377e1936204f297905c9 (diff)
Remove unused patch
Ncurses does not reference this patch since r32728.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32793
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/ncurses/wint_t.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/development/libraries/ncurses/wint_t.patch b/pkgs/development/libraries/ncurses/wint_t.patch
deleted file mode 100644
index c9b34efd0bd99..0000000000000
--- a/pkgs/development/libraries/ncurses/wint_t.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://www.mail-archive.com/freewrt-developers@freewrt.org/msg01326.html
---- ncurses-5.6.orig/ncurses/curses.priv.h     2006-12-10 01:55:14.000000000 0100
-+++ ncurses-5.6/ncurses/curses.priv.h  2008-02-11 13:12:04.000000000 +0100
-@@ -253,6 +253,10 @@ color_t;
- #include <term_entry.h>
- #include <nc_tparm.h>
-
-+#ifndef _WINT_T
-+#include <wchar.h>
-+#endif
-+
- #if NCURSES_EXT_COLORS && USE_WIDEC_SUPPORT
- #define if_EXT_COLORS(stmt)   stmt
- #define NetPair(value,p)      (value).ext_color = (p), \