aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nspr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nspr.rb b/Library/Formula/nspr.rb
index 374064e64..e337c42d8 100644
--- a/Library/Formula/nspr.rb
+++ b/Library/Formula/nspr.rb
@@ -10,7 +10,7 @@ class Nspr <Formula
ENV.deparallelize
Dir.chdir "mozilla/nsprpub" do
- inreplace "pr/src/Makefile.in", "-framework CoreServices -framework CoreFoundation", "-framework Carbon"
+ inreplace "pr/src/Makefile.in", "-framework CoreServices -framework CoreFoundation", ""
conf = %W[--prefix=#{prefix} --disable-debug --enable-strip --enable-optimize]
conf << "--enable-64bit" if Hardware.is_64_bit? and MACOS_VERSION >= 10.6