diff options
| author | Adam Vandenberg | 2012-10-21 12:45:15 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-21 13:24:02 -0700 | 
| commit | 4043a4d6cf54b4cb516077225a540df39c39495a (patch) | |
| tree | def9136ae483fe86c9b11cf6a6790e2d37b3dc46 | |
| parent | 1bae92007d638500976bad2ac9a138ec86e99b60 (diff) | |
| download | homebrew-4043a4d6cf54b4cb516077225a540df39c39495a.tar.bz2 | |
qca: fix audit
| -rw-r--r-- | Library/Formula/qca.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/qca.rb b/Library/Formula/qca.rb index 21af19335..164f41c45 100644 --- a/Library/Formula/qca.rb +++ b/Library/Formula/qca.rb @@ -7,11 +7,11 @@ class Qca < Formula    depends_on 'qt' +  # Fix for clang adhering strictly to standard, see http://clang.llvm.org/compatibility.html#dep_lookup_bases +  # See upstream report: https://bugs.kde.org/show_bug.cgi?id=307470    def patches -    { -    # Fix for clang adhering strictly to standard, see http://clang.llvm.org/compatibility.html#dep_lookup_bases -    # See upstream report: https://bugs.kde.org/show_bug.cgi?id=307470 -    :p3 => 'http://websvn.kde.org/trunk/kdesupport/qca/src/botantools/botan/botan/secmem.h?r1=1273508&r2=1273507&pathrev=1273508&view=patch'  +    {:p3 => +      'http://websvn.kde.org/trunk/kdesupport/qca/src/botantools/botan/botan/secmem.h?r1=1273508&r2=1273507&pathrev=1273508&view=patch'      }    end | 
