aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-04-10 06:19:33 -0700
committerAdam Vandenberg2012-04-10 06:19:33 -0700
commit6d136f3e88ccf9b1002f4aa18345afa2753d01da (patch)
tree2c1adfa7707f7a87b08f76eb52c028edc4a440e9 /Library/Formula/node.rb
parent8ccee5edbe5a795529e64ded7045301646136c81 (diff)
downloadhomebrew-6d136f3e88ccf9b1002f4aa18345afa2753d01da.tar.bz2
Node 0.6.15
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index e36b4d213..88d54bad6 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -2,8 +2,8 @@ require 'formula'
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.6.14/node-v0.6.14.tar.gz'
- md5 '3033a866e230cca64e212ee8f2af27dd'
+ url 'http://nodejs.org/dist/v0.6.15/node-v0.6.15.tar.gz'
+ md5 '852cfb1ed8125a4cdba456446d869d19'
head 'https://github.com/joyent/node.git'
@@ -27,12 +27,6 @@ class Node < Formula
end
def install
- # This fixes an issue with npm segfaulting. See:
- # https://github.com/joyent/node/issues/2061
- # This can be removed when some version newer than 7.7 lands
- # that has this fix. When updating this formula, please check!
- ENV.append_to_cflags '-D__DARWIN_64_BIT_INO_T'
-
unless ARGV.build_devel?
inreplace 'wscript' do |s|
s.gsub! '/usr/local', HOMEBREW_PREFIX