diff options
Diffstat (limited to 'Library/Formula')
| -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 |
