diff options
| author | Jack Nagel | 2012-01-23 14:30:17 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2012-01-23 14:30:17 -0600 | 
| commit | 15f4bcbc6944ba558c980d354fd9402d54c99adf (patch) | |
| tree | a9de0cb9d752204f02d5db5e5ed44987446c82ab /Library/Formula/boost.rb | |
| parent | 37298e1515f75505f4d75a0973f22a9c5cfe064d (diff) | |
| download | homebrew-15f4bcbc6944ba558c980d354fd9402d54c99adf.tar.bz2 | |
boost: don't apply patch to HEAD
It's already upstream.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/boost.rb')
| -rw-r--r-- | Library/Formula/boost.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index 996d0cc8f..56f3c814a 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -19,7 +19,7 @@ class Boost < Formula      # #define foreach BOOST_FOREACH causes compile error "'boost::BOOST_FOREACH'      # has not been declared" on its line if it appears after #include      # <boost/foreach.hpp> and before certain other boost headers. -    DATA +    DATA unless ARGV.build_head?    end    def options  | 
