aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-24 12:39:06 -0700
committerAdam Vandenberg2010-06-24 12:39:06 -0700
commit7f49265abfdc5d73a408c5e2c52d7042b450cfb1 (patch)
treed91826632c2bbc7b0cd6ef308f50a63a8a13216e
parent532fa48c5ae6a8284607bdfae140515ca6f6cbe6 (diff)
downloadhomebrew-7f49265abfdc5d73a408c5e2c52d7042b450cfb1.tar.bz2
Copy comment from spidermonkey to nspr
-rw-r--r--Library/Formula/nspr.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/nspr.rb b/Library/Formula/nspr.rb
index 527aed103..ae1c2d405 100644
--- a/Library/Formula/nspr.rb
+++ b/Library/Formula/nspr.rb
@@ -17,6 +17,7 @@ class Nspr <Formula
conf << "--enable-64bit" if Hardware.is_64_bit? and MACOS_VERSION >= 10.6
system "./configure", *conf
+ # Remove the broken *(for anyone but FF) install_name
inreplace "config/autoconf.mk", "-install_name @executable_path/$@ ", ""
system "make"