diff options
| author | Jack Nagel | 2014-05-13 22:41:28 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-13 22:44:38 -0500 |
| commit | cf4e761adc833545e52041899171ddb748a81c4c (patch) | |
| tree | afe515b5f3b6ccdb59030bb7818f15e4d2d989bf /Library | |
| parent | f740d7114110012e410b8aa08de9cc5f9ae8e56d (diff) | |
| download | homebrew-cf4e761adc833545e52041899171ddb748a81c4c.tar.bz2 | |
tiger-vnc: don't override CMAKE_PREFIX_PATH
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tiger-vnc.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/tiger-vnc.rb b/Library/Formula/tiger-vnc.rb index 3337c8b21..8df2fac05 100644 --- a/Library/Formula/tiger-vnc.rb +++ b/Library/Formula/tiger-vnc.rb @@ -19,7 +19,6 @@ class TigerVnc < Formula args = std_cmake_args + %W[ -DJPEG_INCLUDE_DIR=#{turbo.include} -DJPEG_LIBRARY=#{turbo.lib}/libjpeg.dylib - -DCMAKE_PREFIX_PATH=#{gettext.prefix} . ] system 'cmake', *args |
