diff options
| -rw-r--r-- | Library/Formula/nspr.rb | 1 |
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" |
