Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 20006 | Differences between
and this patch

Collapse All | Expand All

(-)ncurses-5.3/configure (-1 / +1 lines)
Lines 5599-5605 Link Here
5599
echo "$as_me:5599: result: $with_widec" >&5
5599
echo "$as_me:5599: result: $with_widec" >&5
5600
echo "${ECHO_T}$with_widec" >&6
5600
echo "${ECHO_T}$with_widec" >&6
5601
if test "$with_widec" = yes ; then
5601
if test "$with_widec" = yes ; then
5602
	LIB_SUFFIX="w${LIB_SUFFIX}"
5602
#	LIB_SUFFIX="w${LIB_SUFFIX}"
5603
	cat >>confdefs.h <<\EOF
5603
	cat >>confdefs.h <<\EOF
5604
#define USE_WIDEC_SUPPORT 1
5604
#define USE_WIDEC_SUPPORT 1
5605
EOF
5605
EOF
(-)ncurses-5.3/configure.in (-1 / +1 lines)
Lines 815-821 Link Here
815
	[with_widec=no])
815
	[with_widec=no])
816
AC_MSG_RESULT($with_widec)
816
AC_MSG_RESULT($with_widec)
817
if test "$with_widec" = yes ; then
817
if test "$with_widec" = yes ; then
818
	LIB_SUFFIX="w${LIB_SUFFIX}"
818
#	LIB_SUFFIX="w${LIB_SUFFIX}"
819
	AC_DEFINE(USE_WIDEC_SUPPORT)
819
	AC_DEFINE(USE_WIDEC_SUPPORT)
820
	CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
820
	CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
821
	# with_overwrite=no
821
	# with_overwrite=no

Return to bug 20006