aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2017-12-03 19:36:21 +0800
committerdanfe <danfe@FreeBSD.org>2017-12-03 19:36:21 +0800
commit63cc56ca578ce2ce2f7733e6345d70b6b697dee9 (patch)
tree9d484e37c3cff2db3111a0c6f54fd937da5f5591 /graphics
parent5e08499cba787a3a68d45a7c016a9cef07aaf12c (diff)
downloadfreebsd-ports-gnome-63cc56ca578ce2ce2f7733e6345d70b6b697dee9.tar.gz
freebsd-ports-gnome-63cc56ca578ce2ce2f7733e6345d70b6b697dee9.tar.zst
freebsd-ports-gnome-63cc56ca578ce2ce2f7733e6345d70b6b697dee9.zip
Now that RTTI was enabled in `devel/llvm40' (as of r455158), enable it here
as well (again). PR: 224044
Diffstat (limited to 'graphics')
-rw-r--r--graphics/openshadinglanguage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile
index bc47da044879..e22ef0254095 100644
--- a/graphics/openshadinglanguage/Makefile
+++ b/graphics/openshadinglanguage/Makefile
@@ -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: