aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-06-01 09:21:03 -0700
committerAdam Vandenberg2011-06-01 09:57:10 -0700
commit8d45d93048676ef171b8a39a053e739c770cf832 (patch)
treeeb153aacecabd392af5e109c1849483bfe3e7d17 /Library/Formula/node.rb
parent8cca6b8c24cad82d92ec03db1780c2e397936145 (diff)
downloadhomebrew-8d45d93048676ef171b8a39a053e739c770cf832.tar.bz2
node: fix compilation on Leopard
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 77fbea4a8..67772804d 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -6,6 +6,9 @@ class Node < Formula
homepage 'http://nodejs.org/'
md5 '22c9f69370069fe81678592cc8ae48f1'
+ # Leopard OpenSSL is not new enough, so use our keg-only one
+ depends_on 'openssl' if MacOS.leopard?
+
fails_with_llvm
# Stripping breaks dynamic loading