svn commit: r526610 - head/graphics/embree

Alexey Dokuchaev danfe at FreeBSD.org
Fri Feb 21 07:51:25 UTC 2020


Author: danfe
Date: Fri Feb 21 07:51:24 2020
New Revision: 526610
URL: https://svnweb.freebsd.org/changeset/ports/526610

Log:
  Build `graphics/embree' with two extra features enabled which are commonly
  required by various 3D software, particularly, `graphics/blender'.
  
  PR:	244190

Modified:
  head/graphics/embree/Makefile

Modified: head/graphics/embree/Makefile
==============================================================================
--- head/graphics/embree/Makefile	Fri Feb 21 07:35:27 2020	(r526609)
+++ head/graphics/embree/Makefile	Fri Feb 21 07:51:24 2020	(r526610)
@@ -4,6 +4,7 @@
 PORTNAME=	embree
 PORTVERSION=	3.8.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	danfe at FreeBSD.org
@@ -19,7 +20,9 @@ USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 
 CMAKE_ARGS=	-DEMBREE_TASKING_SYSTEM:STRING=INTERNAL \
-		-DCMAKE_INSTALL_DOCDIR:STRING=${DOCSDIR}
+		-DCMAKE_INSTALL_DOCDIR:STRING=${DOCSDIR} \
+		-DEMBREE_BACKFACE_CULLING:BOOL=ON \
+		-DEMBREE_RAY_MASK:BOOL=ON
 
 PLIST_SUB+=	VERSION=${DISTVERSION}
 


More information about the svn-ports-all mailing list