From 509a4d9c8ce5225ea5f5b40475731d5c8f83f48a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 19 Nov 2013 13:39:27 -0600 Subject: ice: document patches --- Library/Formula/ice.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ice.rb b/Library/Formula/ice.rb index c97534068..a82f8082a 100644 --- a/Library/Formula/ice.rb +++ b/Library/Formula/ice.rb @@ -12,9 +12,10 @@ class Ice < Formula depends_on 'mcpp' depends_on :python - def patches - DATA - end + # 1. TODO: document the first patch + # 2. Patch to fix build with libc++, reported upstream: + # http://www.zeroc.com/forums/bug-reports/6152-mavericks-build-failure-because-unexported-symbols.html + def patches; DATA; end def install ENV.O2 -- cgit v1.2.3