diff options
| author | Adam Vandenberg | 2012-03-17 12:07:12 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-17 12:07:12 -0700 |
| commit | 6e3b6927883de425dd90fc7e406f0fef082cc372 (patch) | |
| tree | c7b2e7b0cad77554bdd72067daecfd3287c46502 /Library | |
| parent | 6386933bfdacf79d071a4eeddc93fc0e093a4eef (diff) | |
| download | homebrew-6e3b6927883de425dd90fc7e406f0fef082cc372.tar.bz2 | |
gnupg2: move patch notes up
Diffstat (limited to 'Library')
| -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 |
