diff options
| author | Adam Vandenberg | 2009-12-17 11:55:27 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-11-09 06:27:11 -0800 | 
| commit | fd70ad49012be75c532b7991d1a1f0264a0ec91f (patch) | |
| tree | 0f00cbad3b13db360a280ed739db65132e12691b /Library/Formula/spidermonkey.rb | |
| parent | bdb9280a0ce2618b2fb85313b86a81146edfba83 (diff) | |
| download | homebrew-fd70ad49012be75c532b7991d1a1f0264a0ec91f.tar.bz2 | |
curl 7.21.2 (OS X 10.5 comes with 7.16.3)
CouchDB requires at least 7.18.0.
Diffstat (limited to 'Library/Formula/spidermonkey.rb')
| -rw-r--r-- | Library/Formula/spidermonkey.rb | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb index 58f398ba9..e9b3609c5 100644 --- a/Library/Formula/spidermonkey.rb +++ b/Library/Formula/spidermonkey.rb @@ -42,8 +42,11 @@ class Spidermonkey <Formula        # building like this. See: http://openradar.appspot.com/7209349        inreplace "configure.in", "LDFLAGS=\"$LDFLAGS -framework Cocoa\"", ""        system "#{ac213_prefix}/bin/autoconf213" +        # Remove the broken *(for anyone but FF) install_name -      inreplace "config/rules.mk", "-install_name @executable_path/$(SHARED_LIBRARY) ", "-install_name #{lib}/$(SHARED_LIBRARY) " +      inreplace "config/rules.mk", +        "-install_name @executable_path/$(SHARED_LIBRARY) ",  +        "-install_name #{lib}/$(SHARED_LIBRARY) "      end      mkdir "brew-build"  | 
