Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 2004 01:53:52 GMT
From:      SANETO Takanori <sanewo@ba2.so-net.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/74439: www/w3m with JAPANESE does not compile
Message-ID:  <200411270153.iAR1rq1m049210@www.freebsd.org>
Resent-Message-ID: <200411270200.iAR20hqF081139@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411270153.iAR1rq1m049210>