aboutsummaryrefslogtreecommitdiff
path: root/graphics/embree
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-09-07 13:50:51 +0000
committerRene Ladan <rene@FreeBSD.org>2019-09-07 13:50:51 +0000
commit1bc4b8fd261a7d9d86c0a6e51dfcb2ab96342cfb (patch)
tree74b3950dc8e9d816f01b9ed194503c94231a730b /graphics/embree
parent4fdb5434b3de49db8c5dca45868833db4cc74860 (diff)
downloadports-1bc4b8fd261a7d9d86c0a6e51dfcb2ab96342cfb.tar.gz
ports-1bc4b8fd261a7d9d86c0a6e51dfcb2ab96342cfb.zip
graphics/embree: fix build by disabling the ISPC option [1]
While here, pet portlint and modernize USES
Notes
Notes: svn path=/head/; revision=511408
Diffstat (limited to 'graphics/embree')
-rw-r--r--graphics/embree/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/graphics/embree/Makefile b/graphics/embree/Makefile
index 9f489ebf0f51..99a6fed469f4 100644
--- a/graphics/embree/Makefile
+++ b/graphics/embree/Makefile
@@ -11,19 +11,14 @@ COMMENT= Collection of high-performance ray tracing kernels
LICENSE= APACHE20
-BROKEN= fails to link
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2019-09-04
-
-ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= heavy use of SSE instructions
-USE_GITHUB= yes
-
-USES= cmake compiler:env
+USES= cmake compiler:env gl xorg
USE_GL= gl glu glut
USE_XORG= xi xmu
USE_LDCONFIG= yes
+USE_GITHUB= yes
CMAKE_ARGS= -DEMBREE_TASKING_SYSTEM:STRING=INTERNAL
@@ -31,7 +26,6 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}2
PLIST_SUB+= VERSION=${DISTVERSION}
OPTIONS_DEFINE= DOCS IMAGEMAGICK ISPC JPEG PNG
-OPTIONS_DEFAULT= ISPC
OPTIONS_SUB= yes
IMAGEMAGICK_DESC= BMP, GIF, PNG, TGA, TIFF image formats support