diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-07 14:36:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-07 14:36:40 +0000 |
commit | bfc1bed8d636c7f49c08a81cbfcc0eb8643c3e99 (patch) | |
tree | bcac5879a598a8ca064c9eea5b3464eb58404215 /net | |
parent | 564fa5d9b583ee772d3c7183509400edfde50325 (diff) | |
download | pkgsrc-bfc1bed8d636c7f49c08a81cbfcc0eb8643c3e99.tar.gz |
add patch for previous.
Diffstat (limited to 'net')
-rw-r--r-- | net/lftp/patches/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/lftp/patches/patch-ad b/net/lftp/patches/patch-ad new file mode 100644 index 00000000000..c8e86e0f852 --- /dev/null +++ b/net/lftp/patches/patch-ad @@ -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 + } |