proj - some extensions (libspatialite) require .la files
This commit is contained in:
parent
a87e605483
commit
e2c2a7a2f8
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ class Proj <Formula
|
|||
homepage 'http://trac.osgeo.org/proj/'
|
||||
md5 '927d34623b52e0209ba2bfcca18fe8cd'
|
||||
|
||||
def skip_clean? path
|
||||
path.extname == '.la'
|
||||
end
|
||||
|
||||
def install
|
||||
ENV.gcc_4_2
|
||||
|
||||
|
|
Loading…
Reference in a new issue