aboutsummaryrefslogtreecommitdiffstats
path: root/win32/patches/ncurses.patch
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-08-25 17:36:19 +0800
committerMilan Crha <mcrha@redhat.com>2014-08-25 17:36:19 +0800
commit396e5e82c16d3d81e1e575e02fe05a77149ed0ea (patch)
tree655b4918d46b56a1a638f6c4d4476c727530ea17 /win32/patches/ncurses.patch
parent9a8604400946bf0fe5d1fa227fa2524e9baf4fb0 (diff)
downloadgsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar
gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar.gz
gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar.bz2
gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar.lz
gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar.xz
gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.tar.zst
gsoc2013-evolution-396e5e82c16d3d81e1e575e02fe05a77149ed0ea.zip
Add Win32 build scripts into sources
See win32/readme.txt for more information.
Diffstat (limited to 'win32/patches/ncurses.patch')
-rw-r--r--win32/patches/ncurses.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/win32/patches/ncurses.patch b/win32/patches/ncurses.patch
new file mode 100644
index 0000000000..eb357cfa06
--- /dev/null
+++ b/win32/patches/ncurses.patch
@@ -0,0 +1,15 @@
+diff -upr ncurses-5.9.old/include/curses.tail ncurses-5.9/include/curses.tail
+--- ncurses-5.9.old/include/curses.tail 2014-03-19 18:30:52 +0000
++++ ncurses-5.9/include/curses.tail 2014-03-19 18:31:25 +0000
+@@ -142,6 +142,11 @@ extern NCURSES_EXPORT(char *) _traceccha
+ #define _tracech_t _tracechtype
+ #define _tracech_t2 _tracechtype2
+ #endif
++
++#if defined(__MINGW32__)
++#undef trace
++#endif
++
+ extern NCURSES_EXPORT(char *) _tracemouse (const MEVENT *);
+ extern NCURSES_EXPORT(void) trace (const unsigned int);
+