On 2009/02/16 14:52, Richard Bonichon wrote:
> Hi
>
> > I've attached an update to OCaml 3.11.0 , which is a significant bump
> > over our existing 3.0.9 version.
> Works here on i386. Testing soon on amd64 only if nobody else does it.
> However shouldn't the line
> CONFIGURE_ARGS+=-tkdefs '-I${LOCALBASE}/include/tk8. <-- missing num here
> -I${LOCALBASE}/include/tcl8.4'
>
> be more like
> CONFIGURE_ARGS+=-tkdefs '-I${LOCALBASE}/include/tk8.5
> -I${LOCALBASE}/include/tcl8.5' (or 8.4)
we now have a tk.port.mk module; please add MODULES=x11/tk and
use CONFIGURE_ARGS+=-I${MODTCL_INCDIR} (and any other variables
which make sense, I haven't checked the update yet).