From 896b87b65bb1aa710a0d8ed5fd1d573a71fe1c08 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 15 May 2014 00:13:53 -0500 Subject: geos: fails with llvm Fixes #29266. --- Library/Formula/geos.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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? -- cgit v1.2.3