aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-11-02 18:43:06 -0700
committerCharlie Sharpsteen2012-11-02 18:43:06 -0700
commit67303dd89396ccecff0915a933b81a224eb00d5a (patch)
tree53e5c31df1b266d5840d7b32392428f458b34f24 /Library
parente8f1b50977a4764783313271d745a64032a2b26b (diff)
downloadhomebrew-67303dd89396ccecff0915a933b81a224eb00d5a.tar.bz2
gdal: libdap build fixed upstream
Patch no longer necessary when building HEAD versions.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gdal.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb
index c82322215..dce213eea 100644
--- a/Library/Formula/gdal.rb
+++ b/Library/Formula/gdal.rb
@@ -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