Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2020 07:51:24 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526610 - head/graphics/embree
Message-ID:  <202002210751.01L7pO3x085356@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002210751.01L7pO3x085356>