Node 0.6.15
This commit is contained in:
parent
bc6d359ae8
commit
86a4f5c25b
1 changed files with 2 additions and 8 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Node < Formula
|
class Node < Formula
|
||||||
homepage 'http://nodejs.org/'
|
homepage 'http://nodejs.org/'
|
||||||
url 'http://nodejs.org/dist/v0.6.14/node-v0.6.14.tar.gz'
|
url 'http://nodejs.org/dist/v0.6.15/node-v0.6.15.tar.gz'
|
||||||
md5 '3033a866e230cca64e212ee8f2af27dd'
|
md5 '852cfb1ed8125a4cdba456446d869d19'
|
||||||
|
|
||||||
head 'https://github.com/joyent/node.git'
|
head 'https://github.com/joyent/node.git'
|
||||||
|
|
||||||
|
@ -27,12 +27,6 @@ class Node < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
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?
|
unless ARGV.build_devel?
|
||||||
inreplace 'wscript' do |s|
|
inreplace 'wscript' do |s|
|
||||||
s.gsub! '/usr/local', HOMEBREW_PREFIX
|
s.gsub! '/usr/local', HOMEBREW_PREFIX
|
||||||
|
|
Loading…
Reference in a new issue