aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 e3a243fab..22b40ca22 100644
--- a/Library/Formula/geos.rb
+++ b/Library/Formula/geos.rb
@@ -6,9 +6,11 @@ class Geos < Formula
sha1 'b8aceab04dd09f4113864f2d12015231bb318e9a'
option :universal
+ option :cxx11
def install
ENV.universal_binary if build.universal?
+ ENV.cxx11 if build.cxx11?
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"