diff options
| author | Jack Nagel | 2014-03-03 21:21:43 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-03-03 21:23:41 -0600 |
| commit | 3ba5e906c698f138cd847633609d0ab73ee6dbeb (patch) | |
| tree | d768f787e0d7652e22dae8aa47ab21db5025aa8b /Library | |
| parent | 63b0c21dd56374a8dbf2972b1bcac76ac8796354 (diff) | |
| download | homebrew-3ba5e906c698f138cd847633609d0ab73ee6dbeb.tar.bz2 | |
opencolorio: partially fix build with clang/libc++
cf. #24294.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/opencolorio.rb | 5 |
1 files changed, 5 insertions, 0 deletions
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' |
