diff options
| author | Jack Nagel | 2014-03-19 12:07:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:15 -0500 |
| commit | b89a77de6a3231e3f68dd4aa3f8a021161dc9b1f (patch) | |
| tree | df9726794a903701bb8b7d3d1e9e1affe752c84e /Library | |
| parent | 2c3c0b74e008d0681d587e5b96e8f4659288d46b (diff) | |
| download | homebrew-b89a77de6a3231e3f68dd4aa3f8a021161dc9b1f.tar.bz2 | |
ice: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ice.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ice.rb b/Library/Formula/ice.rb index 198286543..a36ef2031 100644 --- a/Library/Formula/ice.rb +++ b/Library/Formula/ice.rb @@ -15,7 +15,7 @@ class Ice < Formula # 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 + patch :DATA def install ENV.O2 |
