From 8d45d93048676ef171b8a39a053e739c770cf832 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 1 Jun 2011 09:21:03 -0700 Subject: node: fix compilation on Leopard --- Library/Formula/node.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula/node.rb') 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 -- cgit v1.2.3