diff options
| author | Adam Vandenberg | 2010-09-26 11:14:59 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-09-26 11:14:59 -0700 | 
| commit | fb7ffd5c0f138f76905c30d7faf53169d08437cc (patch) | |
| tree | e7ed2fcf2e7e54b48d72749a98435025ac26bb28 /Library/Formula/boost.rb | |
| parent | a8e238c1821aaae1d62e248cc1e486d9cdacf369 (diff) | |
| download | homebrew-fb7ffd5c0f138f76905c30d7faf53169d08437cc.tar.bz2 | |
boost - tweak comments
Diffstat (limited to 'Library/Formula/boost.rb')
| -rw-r--r-- | Library/Formula/boost.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index 8bb500a88..202d9da32 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -6,11 +6,12 @@ class Boost <Formula    md5 'f02578f5218f217a9f20e9c30e119c6a'    def install -    fails_with_llvm "the standard llvm-gcc causes errors with dropped arguments "+ -                    "to functions when linking with the boost library" +    fails_with_llvm "LLVM-GCC causes errors with dropped arguments to "+ +                    "functions when linking with boost"      # Adjust the name the libs are installed under to include the path to the -    # Homebrew lib directory so executables will work when isntalled to a non-/usr/local location. +    # Homebrew lib directory so executables will work when installed to a +    # non-/usr/local location.      #      # otool -L `which mkvmerge`      # /usr/local/bin/mkvmerge:  | 
