Wouldn't this also mean having to change the
ncurses port to support wide characters?

I would rather you change the port yourself and
keep your own copy of ncurses/lynx if this is the case.

cheers
James


James Mills / prologic

E: prologic@shortcircuit.net.au
W: prologic.shortcircuit.net.au


On Thu, May 30, 2013 at 9:05 AM, Peter A. Shevtsov <petr.shevtsov@gmail.com> wrote:
On 29/05/13 at 10:10pm, Danny Rawlins wrote:
> Thank you for reporting that, it is now fixed.

Hello,

Also please apply the folowing patch to build lynx against ncursesw to support
wide-characters (CJK and Unicode) in lynx. Thanks!

diff --git a/lynx/Pkgfile b/lynx/Pkgfile
index 1c50a11..1de4d17 100644
--- a/lynx/Pkgfile
+++ b/lynx/Pkgfile
@@ -6,7 +6,7 @@

 name=lynx
 version=2.8.7
-release=4
+release=5
 source=(http://lynx.isc.org/lynx$version/lynx$version.tar.bz2)

 build() {
@@ -18,7 +18,8 @@ build() {
                --enable-color-style \
                --enable-ipv6 \
                --with-ssl=/usr/lib \
-               --with-zlib
+               --with-zlib \
+               --with-screen=ncursesw

        make
        make -j 1 DESTDIR=$PKG install

--
Peter A. Shevtsov
_______________________________________________
CRUX mailing list
CRUX@lists.crux.nu
http://lists.crux.nu/mailman/listinfo/crux