diff options
| author | Jack Nagel | 2011-10-11 20:04:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-10-11 20:18:50 -0500 |
| commit | f2f9b915240cd42622328de1e4dc9df816d0b56a (patch) | |
| tree | a50859aacfeb8efa49c64239a3333d6b39e4b84b /Library | |
| parent | 032df288582a40f4309b8e9793d09bb8e4b864e8 (diff) | |
| download | homebrew-f2f9b915240cd42622328de1e4dc9df816d0b56a.tar.bz2 | |
gnutls: remove outdated patch
The issue the patch addressed was fixed upstream:
http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=57af3b052c
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnutls.rb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb index e824eec1c..0a41c9329 100644 --- a/Library/Formula/gnutls.rb +++ b/Library/Formula/gnutls.rb @@ -9,10 +9,6 @@ class Gnutls < Formula depends_on 'libgcrypt' depends_on 'libtasn1' => :optional - def patches - DATA - end - fails_with_llvm "Undefined symbols when linking", :build => "2326" def install @@ -27,17 +23,3 @@ class Gnutls < Formula system "make install" end end - -__END__ -diff --git a/src/serv.c b/src/serv.c -index 0307b05..ecd8725 100644 ---- a/src/serv.c -+++ b/src/serv.c -@@ -440,6 +440,7 @@ static const char DEFAULT_DATA[] = - */ - #define tmp2 &http_buffer[strlen(http_buffer)], len-strlen(http_buffer) - static char * -+#undef snprintf - peer_print_info (gnutls_session_t session, int *ret_length, - const char *header) - { |
