diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnupg2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb index 3dc14e467..0fbac12bb 100644 --- a/Library/Formula/gnupg2.rb +++ b/Library/Formula/gnupg2.rb @@ -25,7 +25,7 @@ class Gnupg2 < Formula # 2.x, and gpg-agent separately, and adjust tests to fit this scheme # Fix typo that breaks compilation: # http://lists.gnupg.org/pipermail/gnupg-users/2013-May/046652.html - def patches; DATA; end + patch :DATA def install inreplace 'g10/keygen.c', 'max=4096', 'max=8192' if build.include? '8192' |
