diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/spidermonkey.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb index d5c30dd69..172ac4f02 100644 --- a/Library/Formula/spidermonkey.rb +++ b/Library/Formula/spidermonkey.rb @@ -31,7 +31,7 @@ class Spidermonkey < Formula ENV['CFLAGS'] = ENV['CFLAGS'].gsub(/-msse[^\s]+/, '') if MacOS.leopard? # For some reason SpiderMonkey requires Autoconf-2.13 - ac213_prefix = Pathname.pwd.join('ac213') + ac213_prefix = buildpath/'ac213' Autoconf213.new.brew do |f| # Force use of plain "awk" inreplace 'configure', 'for ac_prog in mawk gawk nawk awk', 'for ac_prog in awk' |
