diff options
author | swills <swills@FreeBSD.org> | 2018-06-16 02:58:40 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-06-16 02:58:40 +0800 |
commit | 46f0ab7ca1e6133f97392f154bb662b9aaa681ec (patch) | |
tree | ad3cebc9630d0743fc8f59e313d366ae3792cf04 /graphics/blender | |
parent | 44785868330d6606481b98d55dac2b623f946d8c (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |