From 09330f80b6714e164feadc54153f3f91ebd53bca Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 8 Jul 2011 12:12:30 -0700 Subject: geos: don't compile with llvm --- Library/Formula/geos.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3