svn commit: r435594 - head/graphics/blender
Gerald Pfeifer
gerald at pfeifer.com
Tue Mar 7 14:29:00 UTC 2017
On Tue, 7 Mar 2017, Wen Heping wrote:
> # gcc 4.9 fails to link on amd64
> -USE_GCC= 4.8
> +USE_GCC= 4.8+
> .else
> USE_GCC= yes
> .endif
Note that an install GCC 4.9 will satisfy USE_GCC=4.8+ (in particular
the + part there).
Is that your intention of changing USE_GCC=4.8 to USE_GCC=4.8+?
If so the six quoted lines could be replaced by USE_GCC=yes.
(If not, and GCC 4.9 fails to link on amd64, then the + should
be removed again.)
Gerald
More information about the svn-ports-all
mailing list