components/ncurses/patches/ncurses-01-widec.patch
branchs11-update
changeset 2723 138732f62341
equal deleted inserted replaced
2722:dc566ca73390 2723:138732f62341
       
     1 Comment from Desktop ncurses.spec file:
       
     2 date:2008-09-12 owner:jouby type:branding
       
     3 
       
     4 --- ncurses-5.7/configure.orig	Mon Jul 20 14:35:32 2009
       
     5 +++ ncurses-5.7/configure	Mon Jul 20 14:37:18 2009
       
     6 @@ -6824,7 +6824,7 @@
       
     7  echo "$as_me:6824: result: $with_widec" >&5
       
     8  echo "${ECHO_T}$with_widec" >&6
       
     9  if test "$with_widec" = yes ; then
       
    10 -	LIB_SUFFIX="w${LIB_SUFFIX}"
       
    11 +	#LIB_SUFFIX="w${LIB_SUFFIX}"
       
    12  	cat >>confdefs.h <<\EOF
       
    13  #define USE_WIDEC_SUPPORT 1
       
    14  EOF