diff options
| author | Adam Vandenberg | 2011-07-08 12:12:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-07-08 12:12:30 -0700 |
| commit | 09330f80b6714e164feadc54153f3f91ebd53bca (patch) | |
| tree | 09e3d6fc750e32093f59b7a3f14d9ce3a2e79b50 /Library/Formula/geos.rb | |
| parent | 1dccc0bb57b0b41288ab2ce45674995189afbc9f (diff) | |
| download | homebrew-09330f80b6714e164feadc54153f3f91ebd53bca.tar.bz2 | |
geos: don't compile with llvm
Diffstat (limited to 'Library/Formula/geos.rb')
| -rw-r--r-- | Library/Formula/geos.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/geos.rb b/Library/Formula/geos.rb index 309984864..220dea5d5 100644 --- a/Library/Formula/geos.rb +++ b/Library/Formula/geos.rb @@ -9,6 +9,8 @@ class Geos < Formula path.extname == '.la' end + fails_with_llvm "Some symbols are missing during link step." + def install ENV.O3 system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" |
