From d1c6b632b889c00105d536efeeb67ae5c41f8764 Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Sat, 12 Oct 2013 04:35:55 -0700 Subject: geos: support C++11 mode. Closes #22697. --- 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 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" -- cgit v1.2.3