diff options
| author | David Höppner | 2010-05-08 13:58:40 +0200 | 
|---|---|---|
| committer | David Höppner | 2010-05-08 13:58:40 +0200 | 
| commit | d1865236b848d309a71cb2eace65d6c1a0197fc1 (patch) | |
| tree | f474d05b9133747aa70f3757834c37e8b63cc2f7 /Library/Formula/libgeotiff.rb | |
| parent | b352309245383fa27974db1a9e8a34a7a4a35876 (diff) | |
| download | homebrew-d1865236b848d309a71cb2eace65d6c1a0197fc1.tar.bz2 | |
libgeotiff: tiff headers not found in non /usr/local
Diffstat (limited to 'Library/Formula/libgeotiff.rb')
| -rw-r--r-- | Library/Formula/libgeotiff.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgeotiff.rb b/Library/Formula/libgeotiff.rb index 7e43d26c5..e4cd199c9 100644 --- a/Library/Formula/libgeotiff.rb +++ b/Library/Formula/libgeotiff.rb @@ -10,7 +10,7 @@ class Libgeotiff <Formula    depends_on 'proj' => :optional    def install -    system "./configure", "--disable-debug", "--prefix=#{prefix}" +    system "./configure", "--disable-debug", "--prefix=#{prefix}", "--with-libtiff=#{HOMEBREW_PREFIX}"      system "make" # Separate steps or install fails      system "make install"    end  | 
