Skip to content

Instantly share code, notes, and snippets.

@willwhite
Created October 27, 2011 20:06
Show Gist options
  • Save willwhite/1320712 to your computer and use it in GitHub Desktop.
Save willwhite/1320712 to your computer and use it in GitHub Desktop.
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