Subject: Re: pkg/34806: x11/qt4-libs SHELL
To: None <pkg-manager@NetBSD.org, gnats-admin@NetBSD.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 10/16/2006 11:05:38
> The following reply was made to PR pkg/34806; it has been noted by GNATS.
> 
> From: Quentin Garnier <cube@cubidou.net>
> To: gnats-bugs@NetBSD.org
> Cc: 
> Subject: Re: pkg/34806: x11/qt4-libs SHELL
> Date: Sun, 15 Oct 2006 13:12:01 +0200
> 
>  
>  The "/bin/bash /bin/ksh" part is weird.
>  
>  The package does this on SunOS:
>  
>  CONFIGURE_SCRIPT=3D       ${SH} ./configure
>  
>  So I guess at some point there is a confusion as for what is ${SH}.  Do
>  you set it in mk.conf?  What happens if you set it to
>  
>  -c "${SH} ./configure"
>  
>  or some variation of it instead?
>  

CONFIGURE_SCRIPT= ./configure

only! it works for me :)

Gilles