From 6e3b6927883de425dd90fc7e406f0fef082cc372 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 17 Mar 2012 12:07:12 -0700 Subject: gnupg2: move patch notes up --- Library/Formula/gnupg2.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3