components/ncurses/patches/ncurses-01-widec.patch
branchs11-update
changeset 2723 138732f62341
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ncurses/patches/ncurses-01-widec.patch	Fri Aug 09 12:58:20 2013 -0700
@@ -0,0 +1,14 @@
+Comment from Desktop ncurses.spec file:
+date:2008-09-12 owner:jouby type:branding
+
+--- ncurses-5.7/configure.orig	Mon Jul 20 14:35:32 2009
++++ ncurses-5.7/configure	Mon Jul 20 14:37:18 2009
+@@ -6824,7 +6824,7 @@
+ echo "$as_me:6824: result: $with_widec" >&5
+ echo "${ECHO_T}$with_widec" >&6
+ if test "$with_widec" = yes ; then
+-	LIB_SUFFIX="w${LIB_SUFFIX}"
++	#LIB_SUFFIX="w${LIB_SUFFIX}"
+ 	cat >>confdefs.h <<\EOF
+ #define USE_WIDEC_SUPPORT 1
+ EOF