svn commit: r403956 - head/graphics/opensubdiv

Marcus von Appen mva at FreeBSD.org
Fri Dec 18 08:16:59 UTC 2015


Author: mva
Date: Fri Dec 18 08:16:57 2015
New Revision: 403956
URL: https://svnweb.freebsd.org/changeset/ports/403956

Log:
  - Make sure that OpenMP support is properly enabled
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/opensubdiv/Makefile

Modified: head/graphics/opensubdiv/Makefile
==============================================================================
--- head/graphics/opensubdiv/Makefile	Fri Dec 18 06:38:08 2015	(r403955)
+++ head/graphics/opensubdiv/Makefile	Fri Dec 18 08:16:57 2015	(r403956)
@@ -2,6 +2,7 @@
 
 PORTNAME=	opensubdiv
 PORTVERSION=	3.0.3
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 
 MAINTAINER=	mva at FreeBSD.org
@@ -24,8 +25,7 @@ USE_XORG=	x11 xi xcursor xrandr xxf86vm 
 
 CMAKE_ARGS+=	-DNO_TUTORIALS:BOOL=ON -DNO_EXAMPLES:BOOL=ON \
 		-DNO_REGRESSION:BOOL=ON -DNO_PTEX:BOOL=ON -DNO_CUDA:BOOL=ON \
-		-DNO_OPENCL:BOOL=ON -DNO_MAYA:BOOL=ON -DNO_OMP:BOOL=ON \
-		-DNO_TBB:BOOL=ON
+		-DNO_OPENCL:BOOL=ON -DNO_MAYA:BOOL=ON -DNO_TBB:BOOL=ON
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list