steve stock wrote:
> Hi,
>
> Do you know of a fix to get this to work ? As it is marked as "does not
> compile on i386".
That's not what is says. The Makefile clearly states "does not compile
on !i386", which means it's broken on anything *besides* i386.
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
--
Rainer Alves