qca: fix audit
This commit is contained in:
parent
6aebd60735
commit
10440d97be
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue