svn commit: r332564 - head/graphics/aaphoto

Mark Felder feld at FreeBSD.org
Sun Nov 3 13:16:55 UTC 2013


On Nov 2, 2013, at 11:46 PM, Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org> wrote:

> 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?
> 

yes.. I wasn’t aware that flag existed for USES=compiler   … thank you!



More information about the svn-ports-all mailing list