components/ncurses/patches/ncurses-01-widec.patch
author Jacob Varughese <jacob.varughese@oracle.com>
Mon, 18 Nov 2013 14:56:47 -0800
branchs11-update
changeset 2821 8add1494802c
parent 2723 138732f62341
permissions -rw-r--r--
17270625 textfilecontent54 probe fails to match patterns in file XScreensaver 17329762 file probe does not return has_extended_acl info 17329743 uname probe does not return processor type correctly 17382171 isainfo probe does not correct value for isainfo -n

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