aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/blender
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-06-16 02:58:40 +0800
committerswills <swills@FreeBSD.org>2018-06-16 02:58:40 +0800
commit46f0ab7ca1e6133f97392f154bb662b9aaa681ec (patch)
treead3cebc9630d0743fc8f59e313d366ae3792cf04 /graphics/blender
parent44785868330d6606481b98d55dac2b623f946d8c (diff)
downloadfreebsd-ports-gnome-46f0ab7ca1e6133f97392f154bb662b9aaa681ec.tar.gz
freebsd-ports-gnome-46f0ab7ca1e6133f97392f154bb662b9aaa681ec.tar.zst
freebsd-ports-gnome-46f0ab7ca1e6133f97392f154bb662b9aaa681ec.zip
graphics/blender: fails to link with CYCLES
PR: 228531 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Reported by: Charlie Li <ml+freebsd@vishwin.info>
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 48d134d871a1..ec6aa9a7321f 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -34,7 +34,7 @@ INSTALLS_ICONS= yes
# always enable c++11, this needs to be enabled for several options
CMAKE_ON= WITH_CXX11
CMAKE_OFF= WITH_PYTHON_INSTALL WITH_PYTHON_INSTALL_NUMPY \
- WITH_INSTALL_PORTABLE
+ WITH_INSTALL_PORTABLE WITH_CYCLES_LOGGING
SHEBANG_FILES= release/bin/blender-thumbnailer.py \
release/scripts/modules/bl_i18n_utils/merge_po.py \