Subject: Re: pkgsrc on solaris 8/sparc + bmake gnome2
To: None <tech-pkg@netbsd.org>
From: adam morley <adam-netbsd-techpkg@gmi.com>
List: tech-pkg
Date: 06/24/2003 09:58:26
On Tue, Jun 24, 2003 at 06:20:13PM +0200, Julio Merino wrote:
> Try adding the following lines to the Makefile of the package failing:
> 
> CONFIG_GUESS_OVERRIDE=	${WRKSRC}/config.guess
> CONFIG_SUB_OVERRIDE=	${WRKSRC}/config.sub
> 
> and see if that solves the problem.  BTW, fill appropiate PR's for all
> packages that fail.

Tried that:

...
test: build
        cd ${WRKSRC} && \
                ${MAKE_ENV} ${MAKE_PROGRAM} check 2>&1 | \
                tee ${WRKDIR}/tests.log

CONFIG_GUESS_OVERRIDE=  ${WRKSRC}/config.guess
CONFIG_SUB_OVERRIDE=    ${WRKSRC}/config.sub

.include "../../devel/gettext-lib/buildlink2.mk"
...

Also tried it in another part of the makefile, to no avail.  Even deleted the work directory once.

I'm currently filing a pr, but I can't help but think I'm missing another obvious something, since this is my first time with pkgsrc.


[snip]
-- 
adam