svn commit: r332564 - head/graphics/aaphoto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 04:47:14 UTC 2013


On Sun, Nov 3, 2013 at 8:48 AM, Gerald Pfeifer <gerald at pfeifer.com> wrote:

> On Sun, 3 Nov 2013, Mark Felder wrote:
> > Log:
> >   Require GCC to fix missing OpenMP features
>
> If you want to use OpenMP...
>
> > +USE_GCC=     any
>
> ...GCC 4.2 is not going to be very helpful. :-)  I suggest to
> make this USE_GCC=yes.
>
> You may not have noticed the issue since on systems without GCC
> in the base USE_GCC=any actually behaves like USE_GCC=yes, but
> on FreeBSD 9.x for example it will just happily use the age old
> system compiler which is based on GCC 4.2.
>
> Gerald
>
>
Should we use USES=compiler:openmp instead of USE_GCC=yes here?

Regards,
sunpoet


More information about the svn-ports-head mailing list