diff options
| author | Charlie Sharpsteen | 2012-05-23 17:32:22 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-05-23 17:33:48 -0700 |
| commit | cfad309284f46434a1b8d125216ee8140097dd87 (patch) | |
| tree | efdcf2ec00714d75f098c99fd4a62741baccecee /Library/Formula | |
| parent | 8fcfdeef149c8c93eb1e55eac012f650becc124b (diff) | |
| download | homebrew-cfad309284f46434a1b8d125216ee8140097dd87.tar.bz2 | |
GDAL: Temporarily disable Poppler
GDAL can't compile against Poppler 0.20.0 so it is explicitly disabled for the
time being in order to prevent compilation errors. This commit can be reverted
once a fix goes in upstream.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gdal.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb index df9961aeb..b47166cf1 100644 --- a/Library/Formula/gdal.rb +++ b/Library/Formula/gdal.rb @@ -70,7 +70,6 @@ class Gdal < Formula depends_on "unixodbc" # OS X version is not complete enough depends_on "libspatialite" depends_on "xerces-c" - depends_on "poppler" depends_on "freexl" # Other libraries @@ -124,6 +123,10 @@ class Gdal < Formula # official GDAL GRASS plugin. "--without-grass", "--without-libgrass" + + # Poppler explicitly disabled. GDAL currently can't compile against + # Poppler 0.20.0. + "--without-poppler" ] # Optional library support for additional formats. @@ -138,7 +141,6 @@ class Gdal < Formula "--with-odbc=#{HOMEBREW_PREFIX}", "--with-spatialite=#{HOMEBREW_PREFIX}", "--with-xerces=#{HOMEBREW_PREFIX}", - "--with-poppler=#{HOMEBREW_PREFIX}", "--with-freexl=#{HOMEBREW_PREFIX}", "--with-dods-root=#{HOMEBREW_PREFIX}" ] @@ -155,7 +157,6 @@ class Gdal < Formula "--without-epsilon", "--without-spatialite", "--without-libkml", - "--without-poppler", "--without-podofo", "--with-freexl=no", "--with-dods-root=no", |
