Subject: pkg/21521: www/w3m fails to comp[ile.
To: None <gnats-bugs@gnats.netbsd.org>
From: Charlie Allom <charlie@rubberduck.com>
List: netbsd-bugs
Date: 05/10/2003 23:09:24
>Number:         21521
>Category:       pkg
>Synopsis:       www/w3m fails on compile.
>Confidential:   yes
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 10 13:09:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Charlie Allom
>Release:        NetBSD 1.6R
>Organization:
 charlie@rubberduck.com - Melbourne, Australia
 http://rubberduck.com/~yeled/
 PGP: 0x14AA7941 || finger yeled@lazy.spodder.com
>Environment:
	
	
System: NetBSD lazy 1.6R NetBSD 1.6R (LAZY) #3: Sun May 4 16:38:34 EST 2003 root@lazy:/usr/src/current/src/sys/arch/i386/compile/LAZY i386
Architecture: i386
Machine: i386
>Description:
www/w3m (and therfore w3m-img) will fail to compile because boehm-gc has been updated to put include files under include/gc/ instead of just pkg/include.
	
>How-To-Repeat:
make.
	
>Fix:
--- Makefile.common     Sat May 10 22:46:38 2003
+++ Makefile.common.new Sat May 10 23:02:55 2003
@@ -127,7 +127,7 @@
 CONFIGURE_ARGS+= --auxbindir=${PREFIX}/${HELPERDIR}
 CONFIGURE_ARGS+= --libdir=${PREFIX}/${HELPERDIR}
 CONFIGURE_ARGS+= --helpdir=${PREFIX}/${HELPDIR}
-CONFIGURE_ARGS+= --gc-includedir=${BUILDLINK_PREFIX.boehm-gc}/include
+CONFIGURE_ARGS+= --gc-includedir=${BUILDLINK_PREFIX.boehm-gc}/include/gc
 CONFIGURE_ARGS+= --gc-libdir=${BUILDLINK_PREFIX.boehm-gc}/lib

 .if ${W3M_USE_IMAGE} == YES

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