aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/geos.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-07-08 12:12:30 -0700
committerAdam Vandenberg2011-07-08 12:12:30 -0700
commit09330f80b6714e164feadc54153f3f91ebd53bca (patch)
tree09e3d6fc750e32093f59b7a3f14d9ce3a2e79b50 /Library/Formula/geos.rb
parent1dccc0bb57b0b41288ab2ce45674995189afbc9f (diff)
downloadhomebrew-09330f80b6714e164feadc54153f3f91ebd53bca.tar.bz2
geos: don't compile with llvm
Diffstat (limited to 'Library/Formula/geos.rb')
-rw-r--r--Library/Formula/geos.rb2
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"