ports/74439: www/w3m with JAPANESE does not compile

SANETO Takanori sanewo at ba2.so-net.ne.jp
Sat Nov 27 02:00:43 UTC 2004


>Number:         74439
>Category:       ports
>Synopsis:       www/w3m with JAPANESE does not compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 27 02:00:42 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     SANETO Takanori
>Release:        6.0-CURRENT
>Organization:
an individual
>Environment:
FreeBSD muse.sanewo.ddo.jp 6.0-CURRENT FreeBSD 6.0-CURRENT #416: Tue Nov 23 06:17:28 JST 2004     root at muse.sanewo.ddo.jp:/export/usr/obj/usr/src/sys/MUSE  i386
>Description:
      when JAPANESE option is enabled, www/w3m cause compile error.
>How-To-Repeat:
      cd  /usr/ports/www/w3m; make -DJAPANESE=1
or
cd /usr/ports/japanese/w3m; make

>Fix:
      change files/patch-configure as follows should fix this problem. Better way might exist...

--- configure.orig	Thu Apr 29 03:19:24 2004
+++ configure	Tue Nov 23 06:52:23 2004
@@ -3042,7 +3042,7 @@
 _ACEOF
 
  WCTARGET="libwc/libwc.a"
- WCCFLAGS='-I$(srcdir) -I$(srcdir)/..'
+ WCCFLAGS='-I$(srcdir) -I$(srcdir)/.. -I/usr/local/include'
  wcinclude='-I$(srcdir)/libwc'
  wclib="-L./libwc -lwc"
  echo "$as_me:$LINENO: checking if unicode support is enabled" >&5
@@ -10223,7 +10223,7 @@
 }'
 fi
 
-DEFS=-DHAVE_CONFIG_H
+DEFS="$DEFS -DHAVE_CONFIG_H"
 
 ac_libobjs=
 ac_ltlibobjs=

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list