diff options
| author | Larry Shaffer | 2014-07-03 21:50:52 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-04 18:37:28 +0100 |
| commit | ab38caba46bd0c35447c86caec1ba7f850ead84d (patch) | |
| tree | efe6c24806168775cf03adc6f218adee2f274c64 /Library | |
| parent | cd26c180b9ae52df9033bba4c836deaf55303887 (diff) | |
| download | homebrew-ab38caba46bd0c35447c86caec1ba7f850ead84d.tar.bz2 | |
liblas: fix gdal, libgeotiff defined type conflict
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/liblas.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/liblas.rb b/Library/Formula/liblas.rb index a4bdf193c..f59b7271e 100644 --- a/Library/Formula/liblas.rb +++ b/Library/Formula/liblas.rb @@ -15,6 +15,14 @@ class Liblas < Formula option 'with-test', 'Verify during install with `make test`' + # Fix for error of conflicting types for '_GTIFcalloc' between gdal 1.11 + # and libgeotiff. Commited so can be removed on next stable release. + # https://github.com/libLAS/libLAS/issues/33 + patch do + url "https://github.com/libLAS/libLAS/commit/b8799e.diff" + sha1 "3d2430327f9bbff9bd1f6d7cba80c7837552204e" + end + def install mkdir 'macbuild' do # CMake finds boost, but variables like this were set in the last |
