diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ice.rb | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
