svn commit: r332564 - head/graphics/aaphoto

Gerald Pfeifer gerald at pfeifer.com
Sun Nov 3 00:48:05 UTC 2013


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



More information about the svn-ports-all mailing list