aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-19 13:39:27 -0600
committerJack Nagel2013-11-19 13:42:40 -0600
commit509a4d9c8ce5225ea5f5b40475731d5c8f83f48a (patch)
tree7b2405f2dd600efbaff6dbdfe851413edcbd9992 /Library
parentfbaa8bb437387931476f63764ca93bd26402fd23 (diff)
downloadhomebrew-509a4d9c8ce5225ea5f5b40475731d5c8f83f48a.tar.bz2
ice: document patches
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ice.rb7
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