summaryrefslogtreecommitdiff
path: root/devel/godot
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2017-01-28 18:22:31 +0000
committerMatthias Andree <mandree@FreeBSD.org>2017-01-28 18:22:31 +0000
commit60d6cb51a64421327289660703fba29c3118a51f (patch)
tree6afb6712d2a2a79878e30d101886fa5215fa32fd /devel/godot
parent- Merge in upstream bugfix for #820 to resolve broken wrap behavior (diff)
Fix i386 SSE2 crashes (use clang), and clean up a bit.
GCC 5.4 also does not get the stack properly aligned in i386 for SSE2 and causes SIGBUS on startup when trying to access an 8-byte aligned double[8] array with SIMD instructions.[1] One workaround would be to use -mstackrealign, the other is to use clang - we don't get OpenMP on i386 anyhow. Move DISTVERSIONSUFFIX up to appease portlint. Drop -fexpensive-optimizations, clang does not support it, and gcc 5.4 includes it in -O2 and -O3. Note that the upstream discourages the use of 32-bit architectures for rawtherapee. Reported by: pkg-fallout@ [1]
Diffstat (limited to 'devel/godot')
0 files changed, 0 insertions, 0 deletions