aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tbb.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:21 -0500
committerJack Nagel2014-03-20 23:31:20 -0500
commitcab5f33e19abea8b0573bab9a71683b262e2b747 (patch)
tree311c2bf15cd91142534f2413201103281834c48a /Library/Formula/tbb.rb
parentae78d0deb7a16011b87e07dfd2fd4446180846b9 (diff)
downloadhomebrew-cab5f33e19abea8b0573bab9a71683b262e2b747.tar.bz2
tbb: use patch DSL
Diffstat (limited to 'Library/Formula/tbb.rb')
-rw-r--r--Library/Formula/tbb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tbb.rb b/Library/Formula/tbb.rb
index 91ad096c7..1babde194 100644
--- a/Library/Formula/tbb.rb
+++ b/Library/Formula/tbb.rb
@@ -15,7 +15,7 @@ class Tbb < Formula
# tbb uses the wrong command (-v, verbose) to fetch the version from the
# compiler, causing problems if the compiler returns additional debug info
# Reported upstream at http://software.intel.com/en-us/forums/topic/475120
- def patches; DATA; end
+ patch :DATA
def install
# Intel sets varying O levels on each compile command.