6.0: math/lapack fails with NO_PROFILE (fix)

Scot Hetzel swhetzel at gmail.com
Thu Oct 13 13:23:15 PDT 2005


> > Try adding this to the port:
> >
> > .if ${OSVERSION} < 600000 && defined(NOPROFILE)
> > NO_PROFILE= 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.


More information about the freebsd-ports mailing list