aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/blender
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2017-09-18 03:30:14 +0800
committergerald <gerald@FreeBSD.org>2017-09-18 03:30:14 +0800
commitb529c9e0e49fddade805be461f064d98a87d0f48 (patch)
tree179d4e7c77b28ebc0f2fae66ce45e51da40a93cb /graphics/blender
parentdc79b7f013e9b24acaa89fa3a454a7401c760aae (diff)
downloadfreebsd-ports-gnome-b529c9e0e49fddade805be461f064d98a87d0f48.tar.gz
freebsd-ports-gnome-b529c9e0e49fddade805be461f064d98a87d0f48.tar.zst
freebsd-ports-gnome-b529c9e0e49fddade805be461f064d98a87d0f48.zip
Remove code that "thinks" it is using GCC 4.8 instead of the default
version of GCC (which is GCC 6 these days). For most practical purposes USE_GCC=4.8+ is equivalent to USE_GCC=yes, so GCC 5 for several months (and now GCC 6) have been used already since 2017-03-07 and revision 435594 -- if GCC is used at all, which is not the default anyway.
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index dadf12a3c759..d843e1c5841d 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -213,13 +213,8 @@ 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-OPENCOLORIO-on:
@${REINPLACE_CMD} -e 's|yaml-cpp|&03|' \