aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFedor Bezrukov2013-04-30 20:35:53 -0400
committerCharlie Sharpsteen2013-04-30 20:25:52 -0700
commit1c912ca06afbc8d89b957c27ffc35f910101afba (patch)
tree9916c2e97d67f651e907722028bc38799cb15669 /Library/Formula
parent78a0efadfed139cec10c27bdcfe747b4080d0e69 (diff)
downloadhomebrew-1c912ca06afbc8d89b957c27ffc35f910101afba.tar.bz2
gdal: Remove libdap patch
This patch is no longer needed for GDAL 1.10. Closes #19550. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gdal.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb
index 2194c2687..925706ea8 100644
--- a/Library/Formula/gdal.rb
+++ b/Library/Formula/gdal.rb
@@ -46,8 +46,6 @@ class Gdal < Formula
depends_on "cfitsio"
depends_on "epsilon"
depends_on "libdap"
- # 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
@@ -256,19 +254,3 @@ the PYTHONPATH:
end
__END__
-Fix test for LibDAP >= 3.10.
-
-
-diff --git a/configure b/configure
-index 997bbbf..a1928d5 100755
---- a/configure
-+++ b/configure
-@@ -24197,7 +24197,7 @@ else
- rm -f islibdappost310.*
- echo '#include "Connect.h"' > islibdappost310.cpp
- echo 'int main(int argc, char** argv) { return 0; } ' >> islibdappost310.cpp
--if test -z "`${CXX} islibdappost310.cpp -c ${DODS_INC} 2>&1`" ; then
-+if test -z "`${CXX} islibdappost310.cpp -c ${DODS_INC} ${CPPFLAGS} 2>&1`" ; then
- DODS_INC="$DODS_INC -DLIBDAP_310 -DLIBDAP_39"
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: libdap >= 3.10" >&5
- $as_echo "libdap >= 3.10" >&6; }