diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gnupg2.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb index ab0e22aae..ec445a917 100644 --- a/Library/Formula/gnupg2.rb +++ b/Library/Formula/gnupg2.rb @@ -15,9 +15,9 @@ class Gnupg2 < Formula depends_on 'dirmngr' => :optional depends_on 'libusb-compat' => :optional - def patches - DATA - end + # fix configure's failure to detect libcurl + # http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=57ef0d6 + def patches; DATA; end def install (var+'run').mkpath @@ -41,8 +41,6 @@ class Gnupg2 < Formula end __END__ -# fix configure's failure to detect libcurl -# http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=57ef0d6 diff --git a/configure b/configure index 3df3900..35c474f 100755 --- a/configure |
