Date: Thu, 13 Oct 2005 15:23:14 -0500 From: Scot Hetzel <swhetzel@gmail.com> To: Brooks Davis <brooks@one-eyed-alien.net> Cc: Christopher Illies <christopher.illies@ki.se>, freebsd-ports@freebsd.org Subject: Re: 6.0: math/lapack fails with NO_PROFILE (fix) Message-ID: <790a9fff0510131323x19177c6n3626adc14f45db91@mail.gmail.com> In-Reply-To: <20051013181801.GD27418@odin.ac.hmc.edu> References: <20051013132601.GA57837@Klabautermann.ks.se> <790a9fff0510130902h3b98df6mb56408a9638399a1@mail.gmail.com> <20051013181801.GD27418@odin.ac.hmc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Try adding this to the port: > > > > .if ${OSVERSION} < 600000 && defined(NOPROFILE) > > NO_PROFILE=3D true > > .endif > > Minor nit, it might be better to do it the other way around since > eventually we'll stop supporting NOPROFILE. > If we use both Christophers patch and the above code it will work since NOPROFILE is no longer supported on RELENG_6+. The code above ensures that NOPROFILE will continue to work on RELENG_5 and below. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0510131323x19177c6n3626adc14f45db91>