svn commit: r455400 - head/graphics/openshadinglanguage

Alexey Dokuchaev danfe at FreeBSD.org
Sun Dec 3 11:36:23 UTC 2017


Author: danfe
Date: Sun Dec  3 11:36:21 2017
New Revision: 455400
URL: https://svnweb.freebsd.org/changeset/ports/455400

Log:
  Now that RTTI was enabled in `devel/llvm40' (as of r455158), enable it here
  as well (again).
  
  PR:	224044

Modified:
  head/graphics/openshadinglanguage/Makefile

Modified: head/graphics/openshadinglanguage/Makefile
==============================================================================
--- head/graphics/openshadinglanguage/Makefile	Sun Dec  3 10:12:38 2017	(r455399)
+++ head/graphics/openshadinglanguage/Makefile	Sun Dec  3 11:36:21 2017	(r455400)
@@ -3,8 +3,8 @@
 
 PORTNAME=	openshadinglanguage
 PORTVERSION=	1.8.10
-PORTREVISION=	4
 DISTVERSIONPREFIX=	Release-
+PORTREVISION=	5
 CATEGORIES=	graphics devel
 
 MAINTAINER=	FreeBSD at Shaneware.biz
@@ -25,7 +25,7 @@ GH_ACCOUNT=	imageworks
 GH_PROJECT=	OpenShadingLanguage
 
 CMAKE_ARGS=	-DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config40" \
-		-DENABLERTTI:BOOL=OFF -DUSE_BOOST_WAVE:BOOL=OFF
+		-DENABLERTTI:BOOL=ON -DUSE_BOOST_WAVE:BOOL=OFF
 USE_LDCONFIG=	yes
 
 post-patch:


More information about the svn-ports-head mailing list