aboutsummaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-11-20 21:39:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-11-20 21:39:25 +0000
commitb6e45bdfeeab04ce9628ee8c965c8c534cf8a568 (patch)
treed141cff7108df8f87879a7675f2187e1155723ce /graphics/blender
parent31672d29c158178d5bb006ab4609612d8a330975 (diff)
downloadports-b6e45bdfeeab04ce9628ee8c965c8c534cf8a568.tar.gz
ports-b6e45bdfeeab04ce9628ee8c965c8c534cf8a568.zip
Notes
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 6ad7b64f5212..5a4fdd9cd1d3 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -213,8 +213,13 @@ BROKEN= REDCODE requires OPENJPEG and FFMPEG
.if ${COMPILER_TYPE} == gcc
# gcc 4.2 does not support -msse4.1, which is needed for blender 2.70+
+.if ${ARCH} == amd64
+# gcc 4.9 fails to link on amd64
+USE_GCC= 4.8
+.else
USE_GCC= yes
.endif
+.endif
post-patch:
.if ${PORT_OPTIONS:MOPENCOLORIO}