diff options
| author | benoitc | 2010-04-07 23:47:32 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-12 22:26:00 -0700 |
| commit | 135972d0912879e72b98b2b91cd9e0d3a142301d (patch) | |
| tree | 683ba891bb2c3d870b83d4b86d8b2f65ddd391c8 /Library | |
| parent | 84b3aa8ee8ed2c42e635b1c73e9fb28ae9b67acf (diff) | |
| download | homebrew-135972d0912879e72b98b2b91cd9e0d3a142301d.tar.bz2 | |
fix from davisp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nspr.rb | 2 |
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 |
