diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libgcrypt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb index fc3df220c..f6fa1960e 100644 --- a/Library/Formula/libgcrypt.rb +++ b/Library/Formula/libgcrypt.rb @@ -15,7 +15,7 @@ class Libgcrypt < Formula end def patches - if ENV.compiler == :clang and MacOS.clang_build_version < 500 + if ENV.compiler == :clang and (build.universal? or build.build_32_bit?) { :p0 => "https://trac.macports.org/export/85232/trunk/dports/devel/libgcrypt/files/clang-asm.patch" } end end |
