svn commit: r472484 - head/graphics/blender

Steve Wills swills at FreeBSD.org
Fri Jun 15 18:58:42 UTC 2018


Author: swills
Date: Fri Jun 15 18:58:40 2018
New Revision: 472484
URL: https://svnweb.freebsd.org/changeset/ports/472484

Log:
  graphics/blender: fails to link with CYCLES
  
  PR:		228531
  Submitted by:	Shane <FreeBSD at ShaneWare.Biz> (maintainer)
  Reported by:	Charlie Li <ml+freebsd at vishwin.info>

Modified:
  head/graphics/blender/Makefile   (contents, props changed)

Modified: head/graphics/blender/Makefile
==============================================================================
--- head/graphics/blender/Makefile	Fri Jun 15 18:52:10 2018	(r472483)
+++ head/graphics/blender/Makefile	Fri Jun 15 18:58:40 2018	(r472484)
@@ -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 \


More information about the svn-ports-all mailing list