pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/lftp/patches add patch for previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d497832c119c
branches:  trunk
changeset: 571051:d497832c119c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Feb 07 14:36:40 2010 +0000

description:
add patch for previous.

diffstat:

 net/lftp/patches/patch-ad |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 10f1580e6507 -r d497832c119c net/lftp/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lftp/patches/patch-ad Sun Feb 07 14:36:40 2010 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.6 2010/02/07 14:36:40 tnn Exp $
+
+--- src/lftp_tinfo.cc.orig     2008-11-27 05:56:39.000000000 +0000
++++ src/lftp_tinfo.cc
+@@ -37,7 +37,8 @@ extern "C" {
+ # elif defined(HAVE_TERM_H)
+ #  include <term.h>
+ # endif
+-#elif defined(HAVE_TERMCAP_H)
++#endif
++#if defined(HAVE_TERMCAP_H)
+ # include <termcap.h>
+ #endif
+ }



Home | Main Index | Thread Index | Old Index