aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexis Hildebrandt2010-11-02 17:09:59 +0100
committerAdam Vandenberg2010-11-02 18:53:45 -0700
commita065c8a4a15c4bff65c38f69a9cc0436af09d247 (patch)
treeb67524f3d22331ccade787ae7065e698228589dc /Library
parent040541cfe7ca93aee80ed859a9e8e3fbcad07f84 (diff)
downloadhomebrew-a065c8a4a15c4bff65c38f69a9cc0436af09d247.tar.bz2
Update Formula: spidermonkey
Fix dylib install_name Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/spidermonkey.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb
index d56880ffe..58f398ba9 100644
--- a/Library/Formula/spidermonkey.rb
+++ b/Library/Formula/spidermonkey.rb
@@ -43,7 +43,7 @@ class Spidermonkey <Formula
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) ", ""
+ inreplace "config/rules.mk", "-install_name @executable_path/$(SHARED_LIBRARY) ", "-install_name #{lib}/$(SHARED_LIBRARY) "
end
mkdir "brew-build"