Created
October 27, 2011 20:06
-
-
Save willwhite/1320712 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb | |
index db12c7e..7a2e188 100644 | |
--- a/Library/Formula/gdal.rb | |
+++ b/Library/Formula/gdal.rb | |
@@ -85,7 +85,7 @@ class Gdal < Formula | |
"--with-libtool", | |
# GDAL native backends. | |
- "--with-libtiff=internal", # For bigTIFF support | |
+ "--with-libtiff=/usr/local/lib/libtiff", # For bigTIFF support | |
"--with-geotiff=internal", | |
"--with-pcraster=internal", | |
"--with-pcidsk=internal", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment