aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/qca.rb8
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