aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/geos.rb
diff options
context:
space:
mode:
authorTravis Cline2010-01-12 15:31:07 -0600
committerMax Howell2010-01-14 10:00:18 +0000
commitb97c71e699c05877c723b2c8c81dc9d6647afb89 (patch)
tree519382c459c5b47a97794ccfc81e4f1084c59d12 /Library/Formula/geos.rb
parent9f8ea8ded4c80e7b5bb92052299cb018efe3a631 (diff)
downloadhomebrew-b97c71e699c05877c723b2c8c81dc9d6647afb89.tar.bz2
some geos operations were failing with O4
Diffstat (limited to 'Library/Formula/geos.rb')
-rw-r--r--Library/Formula/geos.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/geos.rb b/Library/Formula/geos.rb
index bb1b0657f..7441dc1ea 100644
--- a/Library/Formula/geos.rb
+++ b/Library/Formula/geos.rb
@@ -6,6 +6,7 @@ class Geos <Formula
md5 '196f4424aa4ef94476e6886d3a964fb6'
def install
+ ENV.O3
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end