FreeBSD Port: pgp-6.5.8_1

Rainer Alves rainer.alves at gmail.com
Sun Feb 5 10:56:23 PST 2006


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



More information about the freebsd-ports mailing list