Subject: Re: AMD64 bulk build misbehavior in devel/ArX2
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 12/12/2006 20:55:53
On Tue, Dec 12, 2006 at 02:42:07PM -0500, Oliver Gould wrote:
> What is the recommended way to exclude this package and packages that
> might depend on it from the bulk build?

if ${.CURDIR == "/usr/pkgsrc/devel/ArX2"
BROKEN= "Compiler bug"
endif

in /etc/mk.conf is what I normally use.

Joerg