From ef2bb887a2f6761f8916ca743f2c21ee8e2ef778 Mon Sep 17 00:00:00 2001 From: nobutaka Date: Wed, 4 Feb 2004 14:32:22 +0000 Subject: Fix the problem that text does not appear in input field with --disable-m17n configure option. Reported by: Vasil Dimov --- www/w3m/Makefile | 2 +- www/w3m/files/patch-form.c | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 www/w3m/files/patch-form.c (limited to 'www/w3m') diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 526ff06c65b..eab90a36418 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -7,7 +7,7 @@ PORTNAME= w3m PORTVERSION= ${W3M_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= www ipv6 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nobutaka diff --git a/www/w3m/files/patch-form.c b/www/w3m/files/patch-form.c new file mode 100644 index 00000000000..d45d153b62a --- /dev/null +++ b/www/w3m/files/patch-form.c @@ -0,0 +1,11 @@ +--- form.c.orig Wed Feb 4 22:38:08 2004 ++++ form.c Wed Feb 4 22:38:34 2004 +@@ -360,6 +360,8 @@ + else { + if (w + c_width > width) + break; ++#else ++ } else { + #endif + buf[pos] = *p; + prop[pos] = effect | c_type; -- cgit