From 3ba5e906c698f138cd847633609d0ab73ee6dbeb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 3 Mar 2014 21:21:43 -0600 Subject: opencolorio: partially fix build with clang/libc++ cf. #24294. --- Library/Formula/opencolorio.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library') diff --git a/Library/Formula/opencolorio.rb b/Library/Formula/opencolorio.rb index 966b99b85..d870d37d6 100644 --- a/Library/Formula/opencolorio.rb +++ b/Library/Formula/opencolorio.rb @@ -16,6 +16,11 @@ class Opencolorio < Formula option 'with-java', 'Build ocio with java bindings' option 'with-docs', 'Build the documentation' + def patches + # Fix build with libc++ + "https://github.com/imageworks/OpenColorIO/commit/ebd6efc036b6d0b17c869e3342f17f9c5ef8bbfc.patch" + end + def install args = std_cmake_args args << "-DOCIO_BUILD_JNIGLUE=ON" if build.with? 'java' -- cgit v1.2.3