aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorkashif2010-03-22 23:43:58 +0100
committerDavid Höppner2010-03-25 12:12:50 +0100
commit01a1d02385e22a2686a890f4a0652d49f23c3559 (patch)
treefd357635e703e36ce1ca558e4761dd3a79dca27a /Library/Formula
parenta4fe18052fbcdf1e9827ff2bafd03c275c9ba69f (diff)
downloadhomebrew-01a1d02385e22a2686a890f4a0652d49f23c3559.tar.bz2
Need to ENV.deparallelize otherwise it failes during make install.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/postgis.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb
index b3df0849c..01cb51a6c 100644
--- a/Library/Formula/postgis.rb
+++ b/Library/Formula/postgis.rb
@@ -10,6 +10,7 @@ class Postgis <Formula
depends_on 'geos'
def install
+ ENV.deparallelize
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking", "--with-projdir=#{HOMEBREW_PREFIX}"
system "make install"