aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-15 00:13:53 -0500
committerJack Nagel2014-05-15 00:13:53 -0500
commit896b87b65bb1aa710a0d8ed5fd1d573a71fe1c08 (patch)
tree93d45ca10663cf51d7299c7f97e4bb9e07c052c0 /Library
parentf3d4cec7a9b5e568009874e3da24b06fdf80e9c9 (diff)
downloadhomebrew-896b87b65bb1aa710a0d8ed5fd1d573a71fe1c08.tar.bz2
geos: fails with llvm
Fixes #29266.
Diffstat (limited to 'Library')
-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 beb3445b4..6fb499117 100644
--- a/Library/Formula/geos.rb
+++ b/Library/Formula/geos.rb
@@ -15,6 +15,8 @@ class Geos < Formula
option :universal
option :cxx11
+ fails_with :llvm
+
def install
ENV.universal_binary if build.universal?
ENV.cxx11 if build.cxx11?