Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2017 11:36:21 +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: r455400 - head/graphics/openshadinglanguage
Message-ID:  <201712031136.vB3BaL8B024344@repo.freebsd.org>

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



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