gdal: libdap build fixed upstream

Patch no longer necessary when building HEAD versions.
master
Charlie Sharpsteen 2012-11-02 18:43:06 -07:00
parent a8ca67e389
commit 3fd1bfd565
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ class Gdal < Formula
depends_on "cfitsio"
depends_on "epsilon"
depends_on "libdap"
def patches; DATA; end # Fix a bug in LibDAP detection: http://trac.osgeo.org/gdal/ticket/4630
# Fix a bug in LibDAP detection: http://trac.osgeo.org/gdal/ticket/4630
def patches; DATA; end unless build.head?
# Vector libraries
depends_on "unixodbc" # OS X version is not complete enough