diff options
| author | Jack Nagel | 2014-03-20 14:05:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 23:31:20 -0500 |
| commit | cab5f33e19abea8b0573bab9a71683b262e2b747 (patch) | |
| tree | 311c2bf15cd91142534f2413201103281834c48a /Library/Formula/tbb.rb | |
| parent | ae78d0deb7a16011b87e07dfd2fd4446180846b9 (diff) | |
| download | homebrew-cab5f33e19abea8b0573bab9a71683b262e2b747.tar.bz2 | |
tbb: use patch DSL
Diffstat (limited to 'Library/Formula/tbb.rb')
| -rw-r--r-- | Library/Formula/tbb.rb | 2 |
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. |
