Subject: Re: php4 with recode support
To: None <netbsd-users@rmroppert.de>
From: Tobias Nygren <tnn@NetBSD.org>
List: pkgsrc-users
Date: 07/05/2007 18:19:22
On Thu, 5 Jul 2007 17:52:43 +0200
netbsd-users@rmroppert.de wrote:

> Hello,
> 
> how do i compile php4 with recode support?
> 
> with-recode=[DIR] in Makefile did not work
> 
>   checking for recode support... yes
>   configure: error: Can not find recode.h anywhere under /usr/pkg/include  /usr/local /usr /opt
> 
> but there is recode.h  in /usr/pkg/include.
> 
> Thanks and best regards
> Reinhold
> 
> 
> 

Beside the CONFIGURE_ARGS you also need this line in your Makefile:

.include "../../converters/recode/buildlink3.mk"

-T