diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/proj.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/proj.rb b/Library/Formula/proj.rb index 94b0be04c..634af235d 100644 --- a/Library/Formula/proj.rb +++ b/Library/Formula/proj.rb @@ -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 |
