diff options
| author | Michael Lapinsky | 2011-04-17 19:45:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-18 10:34:13 -0700 |
| commit | 2f483e349bc3cea290f993f7fe00984c8ce06f7d (patch) | |
| tree | 7538b41a0dfd380ce8aa38e67089bc053a17a08c /Library/Formula/openimageio.rb | |
| parent | a3cec7e5155a9d565d105459d6ff6293eac7c4d1 (diff) | |
| download | homebrew-2f483e349bc3cea290f993f7fe00984c8ce06f7d.tar.bz2 | |
Changed X11R6 paths to X11
Fixed formulas referencing X11 via the X11R6 symlink to instead reference the
path X11 should be at directly (in case the user doesn't have that symlink,
like I didn't)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/openimageio.rb')
| -rw-r--r-- | Library/Formula/openimageio.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/openimageio.rb b/Library/Formula/openimageio.rb index 5791a91a0..469f1b317 100644 --- a/Library/Formula/openimageio.rb +++ b/Library/Formula/openimageio.rb @@ -30,7 +30,7 @@ class Openimageio < Formula "#define BOOST_FILESYSTEM_VERSION 2\n#include <boost/filesystem.hpp>" # Add include path for libpng explicitly - system "cmake src/ #{std_cmake_parameters} -DUSE_QT:BOOL=OFF -DEMBEDPLUGINS:BOOL=ON -DCMAKE_CXX_FLAGS=-I/usr/X11R6/include" + system "cmake src/ #{std_cmake_parameters} -DUSE_QT:BOOL=OFF -DEMBEDPLUGINS:BOOL=ON -DCMAKE_CXX_FLAGS=-I/usr/X11/include" system "make install" end end |
