qca: fix audit

This commit is contained in:
Adam Vandenberg 2012-10-21 12:45:15 -07:00
parent 6aebd60735
commit 10440d97be

View file

@ -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