Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Feb 2006 16:55:02 -0200
From:      Rainer Alves <rainer.alves@gmail.com>
To:        steve stock <steve@outre.tv>
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: pgp-6.5.8_1
Message-ID:  <43E64A06.7040005@gmail.com>
In-Reply-To: <PPEDJMNPDMEOMAJLHICBAEKNOGAA.steve@outre.tv>
References:  <PPEDJMNPDMEOMAJLHICBAEKNOGAA.steve@outre.tv>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43E64A06.7040005>